Revision 822395b591db32ad3cf8a5b57b0fe30fb8d12c37 authored by Don Fry on 23 October 2010, 16:02:50 UTC, committed by John W. Linville on 25 October 2010, 18:45:56 UTC
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>
1 parent fac6b6a
History
File Mode Size
Kconfig -rw-r--r-- 797 bytes
Makefile -rw-r--r-- 403 bytes
clockevents.c -rw-r--r-- 6.5 KB
clocksource.c -rw-r--r-- 25.4 KB
jiffies.c -rw-r--r-- 2.6 KB
ntp.c -rw-r--r-- 12.8 KB
tick-broadcast.c -rw-r--r-- 14.9 KB
tick-common.c -rw-r--r-- 9.4 KB
tick-internal.h -rw-r--r-- 4.4 KB
tick-oneshot.c -rw-r--r-- 4.5 KB
tick-sched.c -rw-r--r-- 21.9 KB
timecompare.c -rw-r--r-- 4.9 KB
timeconv.c -rw-r--r-- 3.5 KB
timekeeping.c -rw-r--r-- 22.9 KB
timer_list.c -rw-r--r-- 7.4 KB
timer_stats.c -rw-r--r-- 9.9 KB

back to top