aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
diff options
context:
space:
mode:
authorJouni Malinen <jouni@qca.qualcomm.com>2014-02-18 20:41:08 +0200
committerJohn W. Linville <linville@tuxdriver.com>2014-02-24 15:21:54 -0500
commit7b4f663ee60d24f791aeb4d58569fa18c59fc440 (patch)
tree692bc3542f7a9b98879f60dc7c11f0152d053660 /drivers/net/wireless/ath
parentdrivers:net:wireless:airo.c:checkpatch.pl cleanup (diff)
downloadlinux-dev-7b4f663ee60d24f791aeb4d58569fa18c59fc440.tar.xz
linux-dev-7b4f663ee60d24f791aeb4d58569fa18c59fc440.zip
ath9k: Enable U-APSD AP mode support
mac80211 handles the actual operations, so ath9k can just indicate support for this. Based on initial tests, this combination seems to work fine. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r--drivers/net/wireless/ath/ath9k/init.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/init.c b/drivers/net/wireless/ath/ath9k/init.c
index 07a0315dd2f6..4856a1739ade 100644
--- a/drivers/net/wireless/ath/ath9k/init.c
+++ b/drivers/net/wireless/ath/ath9k/init.c
@@ -949,6 +949,7 @@ static void ath9k_set_hw_capab(struct ath_softc *sc, struct ieee80211_hw *hw)
hw->wiphy->flags |= WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL;
hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_5_10_MHZ;
hw->wiphy->flags |= WIPHY_FLAG_HAS_CHANNEL_SWITCH;
+ hw->wiphy->flags |= WIPHY_FLAG_AP_UAPSD;
hw->queues = 4;
hw->max_rates = 4;