staging: brcm80211: fix for 'Short CCK' log spam
authorRoland Vossen <rvossen@broadcom.com>
Wed, 30 Mar 2011 08:27:10 +0000 (10:27 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 Apr 2011 05:43:17 +0000 (22:43 -0700)
commite5b9584518e278aa1632f8eafaf26e80e59addb8
tree2183cfac4f823b5f0378316854d82b2610fe191f
parent02ee6d56b791ca004b141c3fc4939f020b8782dc
staging: brcm80211: fix for 'Short CCK' log spam

Larry Finger reported this issue. Under certain conditions the log
file would be spammed with 'Short CCK' messages. Since this does
not indicate an error condition, the log message was simply
deleted. Also, the RX_FLAG_SHORTPRE flag in rx_status->flag, on
CCK reception, is now only set on short preamble reception (it used
to be set both CCK short and long preambles).

Signed-off-by: Roland Vossen <rvossen@broadcom.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/brcm80211/brcmsmac/wlc_main.c