diff mbox

brcm80211: fix error report string

Message ID 1295894723-28346-1-git-send-email-padovan@profusion.mobi (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

Gustavo F. Padovan Jan. 24, 2011, 6:45 p.m. UTC
None
diff mbox

Patch

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;