dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/wireless/ath
Vasanthakumar Thiagarajan 5eae6592e9 ath9k: Fix tx stuck when connected to aggr disabled HT AP
This patch along with my previous patch in mac80211 "Fix the
way ADDBA count..", fixes hang in tx when connected to an HT
AP which rejects/times out on addba req.

AGGR_ADDBA_PROGRESS should be cleared in aggr state when addba
negotiation is terminated due to either addba response is timed out
or addba is denied by the AP. With out clearing this bit,
all frames are queued onto s/w queue for getting tx'd as aggr and
will never be scheduled onto hw queue.

Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-06-10 13:28:38 -04:00
..
ar9170 ar9170: xmit code revamp 2009-06-10 13:27:54 -04:00
ath5k ath5k: added cfg80211 based rfkill support 2009-06-10 13:27:54 -04:00
ath9k ath9k: Fix tx stuck when connected to aggr disabled HT AP 2009-06-10 13:28:38 -04:00
Kconfig atheros: put atheros wireless drivers into ath/ 2009-04-22 16:54:38 -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 ath: make regulatory parsing more verbose on debug 2009-06-03 14:06:15 -04:00
regd.h cfg80211: clean up includes 2009-04-22 16:57:17 -04:00
regd_common.h