aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-03 14:15:43 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-06-03 14:15:43 +0000
commitf0cf4ce77956ee317e7e45c7414c23c258887a50 (patch)
tree13330a8ccf32e8fe370c4dbe5481dd8a6fb10699 /package
parente0c5d55c69c4325a87260cc394a30c3739d5089d (diff)
downloadmaster-187ad058-f0cf4ce77956ee317e7e45c7414c23c258887a50.tar.gz
master-187ad058-f0cf4ce77956ee317e7e45c7414c23c258887a50.tar.bz2
master-187ad058-f0cf4ce77956ee317e7e45c7414c23c258887a50.zip
ath9k: increase ANI poll interval to 300 ms to get it close to the listen period
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36823 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/mac80211/patches/550-ath9k_reduce_ani_interval.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/mac80211/patches/550-ath9k_reduce_ani_interval.patch b/package/mac80211/patches/550-ath9k_reduce_ani_interval.patch
index e2a0d124a3..f8f54ed271 100644
--- a/package/mac80211/patches/550-ath9k_reduce_ani_interval.patch
+++ b/package/mac80211/patches/550-ath9k_reduce_ani_interval.patch
@@ -5,7 +5,7 @@
/* in ms */
-#define ATH9K_ANI_POLLINTERVAL 1000
-+#define ATH9K_ANI_POLLINTERVAL 100
++#define ATH9K_ANI_POLLINTERVAL 300
#define HAL_NOISE_IMMUNE_MAX 4
#define HAL_SPUR_IMMUNE_MAX 7