linux/drivers/net/wireless/ath
Senthil Balasubramanian dd8b15b027 ath9k: RX stucks during heavy traffic in HT40 mode.
Running iperf along with p2p traffic on both TX and RX side then
stop one side, then stop the other side, then start it up again,
eventually the STA gets into a mode that it can not pass data at
all.

A hardware workaround for invalid RSSI can make FIFO write pointer
to jump over read pointer, causing RX data corruption and repeated
DMA. Both TX and RX works fine when the workaround is disabled.

To replace the original hardware work around, software looks for
frames with post delimiter CRC error and mark the RSSI invalid so
that the upperlayer will not use the RSSI associated with this
frame. So disable the hardware workaround by updating the appropriate
registers.

Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-07-24 15:05:17 -04:00
..
ar9170 ar9170: implement transmit aggregation 2009-07-24 15:05:12 -04:00
ath5k Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-07-23 19:03:51 -07:00
ath9k ath9k: RX stucks during heavy traffic in HT40 mode. 2009-07-24 15:05:17 -04:00
Kconfig Atheros Kconfig needs to be dependent on WLAN_80211 2009-07-08 15:24:29 -04:00
Makefile ath: add module information 2009-04-22 16:54:47 -04:00
main.c ath: add module information 2009-04-22 16:54:47 -04:00
regd.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2009-07-23 19:03:51 -07:00
regd.h cfg80211: clean up includes 2009-04-22 16:57:17 -04:00
regd_common.h