ath9k: fix aggregation stop/flush handling
authorFelix Fietkau <nbd@openwrt.org>
Fri, 17 May 2013 10:58:24 +0000 (12:58 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 17 May 2013 18:31:08 +0000 (14:31 -0400)
commit16e23428024e4dc6b5ba5f6d36c57c49d33fe85b
treeb90bf843fd25d0cb447f03d91095c9e1d2c95e65
parente99c60b58b595eaa1c279922ae29d5397c787294
ath9k: fix aggregation stop/flush handling

When aggregation stop is requested, don't run the mac80211 aggregation
stop callback yet, while the session is still blocked.
Also, when aggregation flush is requested, don't run the callback at all.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/xmit.c