diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-04-28 16:35:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-04-28 16:35:25 +0000 |
commit | 5c91b4020b626d76d8932e022976f4381d77ff16 (patch) | |
tree | cf0623f243380b75525b1212843b6f97362e19c7 /package/kernel/mac80211/patches/552-ath9k_p2p_ps_support.patch | |
parent | eccbcc79365b14093075ce47815f256863ac1737 (diff) | |
download | mtk-20170518-5c91b4020b626d76d8932e022976f4381d77ff16.zip mtk-20170518-5c91b4020b626d76d8932e022976f4381d77ff16.tar.gz mtk-20170518-5c91b4020b626d76d8932e022976f4381d77ff16.tar.bz2 |
ath9k: add a fix for tx queueing and aggregation
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 40586
Diffstat (limited to 'package/kernel/mac80211/patches/552-ath9k_p2p_ps_support.patch')
-rw-r--r-- | package/kernel/mac80211/patches/552-ath9k_p2p_ps_support.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mac80211/patches/552-ath9k_p2p_ps_support.patch b/package/kernel/mac80211/patches/552-ath9k_p2p_ps_support.patch index fbe5396..1bd0a54 100644 --- a/package/kernel/mac80211/patches/552-ath9k_p2p_ps_support.patch +++ b/package/kernel/mac80211/patches/552-ath9k_p2p_ps_support.patch @@ -178,7 +178,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> #define IEEE80211_SEQ_SEQ_SHIFT 4 #define IEEE80211_SEQ_MAX 4096 #define IEEE80211_WEP_IVLEN 3 -@@ -367,11 +370,15 @@ void ath9k_release_buffered_frames(struc +@@ -366,11 +369,15 @@ void ath9k_release_buffered_frames(struc /********/ struct ath_vif { @@ -194,7 +194,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> }; struct ath9k_vif_iter_data { -@@ -464,6 +471,8 @@ int ath_update_survey_stats(struct ath_s +@@ -463,6 +470,8 @@ int ath_update_survey_stats(struct ath_s void ath_update_survey_nf(struct ath_softc *sc, int channel); void ath9k_queue_reset(struct ath_softc *sc, enum ath_reset_type type); void ath_ps_full_sleep(unsigned long data); @@ -203,7 +203,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org> /**********/ /* BTCOEX */ -@@ -724,6 +733,9 @@ struct ath_softc { +@@ -723,6 +732,9 @@ struct ath_softc { struct completion paprd_complete; wait_queue_head_t tx_wait; |