aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/mac80211/patches/552-ath9k_p2p_ps_support.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-04-28 16:35:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-04-28 16:35:25 +0000
commit30f7bcfffd35acc577acaaad49582647ce0d62c7 (patch)
tree22f15572cdc2f80625cc57702abcfdd197fda1c7 /package/kernel/mac80211/patches/552-ath9k_p2p_ps_support.patch
parent350127428d1c9f4c81320ab001d58d5cae1ae1c6 (diff)
downloadmaster-187ad058-30f7bcfffd35acc577acaaad49582647ce0d62c7.tar.gz
master-187ad058-30f7bcfffd35acc577acaaad49582647ce0d62c7.tar.bz2
master-187ad058-30f7bcfffd35acc577acaaad49582647ce0d62c7.zip
ath9k: add a fix for tx queueing and aggregation
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40586 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch6
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 fbe5396e6d..1bd0a54112 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;