diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-02-22 13:01:00 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-02-22 13:01:00 +0000 |
commit | fc0a51c2e19e1cbb90acf81031eabf35d3484514 (patch) | |
tree | 53cc6b3dd89b5399831b90bd81a0bd02a83eacc4 /package/kernel/mac80211/patches/300-pending_work.patch | |
parent | b44e9bff9dd2840df8353c8c4c71b26a14e5dd70 (diff) | |
download | mtk-20170518-fc0a51c2e19e1cbb90acf81031eabf35d3484514.zip mtk-20170518-fc0a51c2e19e1cbb90acf81031eabf35d3484514.tar.gz mtk-20170518-fc0a51c2e19e1cbb90acf81031eabf35d3484514.tar.bz2 |
ath9k: enable u-apsd support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39685
Diffstat (limited to 'package/kernel/mac80211/patches/300-pending_work.patch')
-rw-r--r-- | package/kernel/mac80211/patches/300-pending_work.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/kernel/mac80211/patches/300-pending_work.patch b/package/kernel/mac80211/patches/300-pending_work.patch index be82f37..bedf8e7 100644 --- a/package/kernel/mac80211/patches/300-pending_work.patch +++ b/package/kernel/mac80211/patches/300-pending_work.patch @@ -1,3 +1,15 @@ +commit 6514c93afede55284e2cb63359aadedb85884c80 +Author: Jouni Malinen <jouni@qca.qualcomm.com> +Date: Tue Feb 18 20:41:08 2014 +0200 + + 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> + commit a63caf0a357ad5c1f08d6b7827dc76c451445017 Author: Stanislaw Gruszka <sgruszka@redhat.com> Date: Wed Feb 19 13:15:17 2014 +0100 @@ -2794,3 +2806,13 @@ Date: Thu Jan 23 20:06:34 2014 +0100 buffered = ath_tid_has_buffered(tid); tid->sched = false; +--- a/drivers/net/wireless/ath/ath9k/init.c ++++ b/drivers/net/wireless/ath/ath9k/init.c +@@ -943,6 +943,7 @@ static void ath9k_set_hw_capab(struct at + 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; |