summaryrefslogtreecommitdiffstats
path: root/package/mac80211
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
commitb35dfca744c9aeda571eaf860624bd7e850b28a9 (patch)
tree68d43851cb1dcfaee614aea2d496b9e6b56abfff /package/mac80211
parentd25a02b3e9f39c1376005aa7e7cba37c7646dfdb (diff)
downloadmaster-31e0f0ae-b35dfca744c9aeda571eaf860624bd7e850b28a9.tar.gz
master-31e0f0ae-b35dfca744c9aeda571eaf860624bd7e850b28a9.tar.bz2
master-31e0f0ae-b35dfca744c9aeda571eaf860624bd7e850b28a9.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> SVN-Revision: 36823
Diffstat (limited to 'package/mac80211')
-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