2011/1/24 Gustavo F. Padovan <padovan@xxxxxxxxxxxxxx>: > Signed-off-by: Gustavo F. Padovan <padovan@xxxxxxxxxxxxxx> > --- > Â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__"); I have no idea how WL_ERROR works, but are you sure of that? You wrote: "%s: Short CCK\n, __func__" Didn't you mean: "%s: Short CCK\n", __func__ ? -- RafaÅ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html