diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-08-06 14:18:08 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-08-09 21:58:13 +0200 |
commit | 73364b0c470a9c0361a389f3460357a7c7ffd75d (patch) | |
tree | 6a66ab70e523fca586369169fe29e51db085c667 /drivers/net/wireless/ath/ath9k/main.c | |
parent | ath9k: fix block ack window tracking check (diff) | |
download | linux-73364b0c470a9c0361a389f3460357a7c7ffd75d.tar.xz linux-73364b0c470a9c0361a389f3460357a7c7ffd75d.zip |
ath9k: prepare queueing code for handling unaggregated traffic
- Allow ath_tx_get_tid_subframe to return non-AMPDU subframes.
- Reset the tid paused state on aggregation stop
- Initialize software queues even when HT is not supported
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index afeab3ca9a69..252497ae5089 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c @@ -1371,9 +1371,6 @@ static void ath9k_sta_notify(struct ieee80211_hw *hw, struct ath_softc *sc = hw->priv; struct ath_node *an = (struct ath_node *) sta->drv_priv; - if (!sta->ht_cap.ht_supported) - return; - switch (cmd) { case STA_NOTIFY_SLEEP: an->sleeping = true; |