linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] brcm80211: fix error report string
@ 2011-01-24 18:45 Gustavo F. Padovan
  2011-01-24 19:03 ` Gustavo F. Padovan
  2011-01-24 21:17 ` Rafał Miłecki
  0 siblings, 2 replies; 6+ messages in thread
From: Gustavo F. Padovan @ 2011-01-24 18:45 UTC (permalink / raw)
  To: brudley, henryp, dowan, vossen, arend; +Cc: linux-wireless

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
---
 drivers/staging/brcm80211/sys/wlc_mac80211.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/brcm80211/sys/wlc_mac80211.c b/drivers/staging/brcm80211/sys/wlc_mac80211.c
index 5eb41d6..ee1bcc5 100644
--- a/drivers/staging/brcm80211/sys/wlc_mac80211.c
+++ b/drivers/staging/brcm80211/sys/wlc_mac80211.c
@@ -6910,7 +6910,7 @@ prep_mac80211_status(struct wlc_info *wlc, d11rxhdr_t *rxh, struct sk_buff *p,
 		preamble = 0;
 		if (IS_CCK(rspec)) {
 			if (rxh->PhyRxStatus_0 & PRXS0_SHORTH)
-				WL_ERROR("Short CCK\n");
+				WL_ERROR("%s: Short CCK\n, __func__");
 			rx_status->flag |= RX_FLAG_SHORTPRE;
 		} else if (IS_OFDM(rspec)) {
 			rx_status->flag |= RX_FLAG_SHORTPRE;
-- 
1.7.4.rc2


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-01-25 17:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-24 18:45 [PATCH] brcm80211: fix error report string Gustavo F. Padovan
2011-01-24 19:03 ` Gustavo F. Padovan
2011-01-24 21:17 ` Rafał Miłecki
2011-01-24 21:35   ` Gustavo F. Padovan
2011-01-24 21:57   ` Brett Rudley
2011-01-25 17:00     ` Gustavo F. Padovan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).