]> bbs.cooldavid.org Git - net-next-2.6.git/commit
iwlwifi: quiet a noisy printk
authorDon Fry <donald.h.fry@intel.com>
Sat, 23 Oct 2010 16:02:50 +0000 (09:02 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 25 Oct 2010 18:45:56 +0000 (14:45 -0400)
commit822395b591db32ad3cf8a5b57b0fe30fb8d12c37
tree335506c09a2e17a6ab677fb9b32e8e2c854bb8e8
parentfac6b6a065da42f826088c58bddad82e1b1ccb40
iwlwifi: quiet a noisy printk

Timing issues in microcode for some devices can cause a compressed BA to
be sent to the driver prior to returning any a-MPDU notification.
Traces show RTS-CTS is exchanged and then the timer fires which causes an
empty BA to be sent which acknowledges nothing.  This results in a noisy
printk. Only print the message if the bitmap is non-zero.

Signed-off-by: Don Fry <donald.h.fry@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/iwlwifi/iwl-agn-tx.c