]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit169c6d4b034583f026927be3b8b8148640c2e13a
tree2183cfac4f823b5f0378316854d82b2610fe191f
parent6ffa9cf934a5777ade193f53d554c10af79191d1
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