From: Roland Vossen Date: Wed, 30 Mar 2011 08:27:10 +0000 (+0200) Subject: staging: brcm80211: fix for 'Short CCK' log spam X-Git-Tag: v2.6.39-rc3~18^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b9584518e278aa1632f8eafaf26e80e59addb8;p=pandora-kernel.git 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 Acked-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed