summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/560-ath9k_reduce_ani_interval.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-16 23:50:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-16 23:50:54 +0000
commitcf9bca8dedb00b41c42a994ae08b91c37d11895c (patch)
tree70272e7b9e0d26608ba3e5805ab01855a9717ac7 /package/mac80211/patches/560-ath9k_reduce_ani_interval.patch
parent84585b45d6ab5a71a805e45df889b01217950484 (diff)
downloadmtk-20170518-cf9bca8dedb00b41c42a994ae08b91c37d11895c.zip
mtk-20170518-cf9bca8dedb00b41c42a994ae08b91c37d11895c.tar.gz
mtk-20170518-cf9bca8dedb00b41c42a994ae08b91c37d11895c.tar.bz2
mac80211: update to latest wireless-testing + some monitor mode fixes and some libertas driver fixes
SVN-Revision: 32760
Diffstat (limited to 'package/mac80211/patches/560-ath9k_reduce_ani_interval.patch')
-rw-r--r--package/mac80211/patches/560-ath9k_reduce_ani_interval.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/560-ath9k_reduce_ani_interval.patch b/package/mac80211/patches/560-ath9k_reduce_ani_interval.patch
new file mode 100644
index 0000000..e2a0d12
--- /dev/null
+++ b/package/mac80211/patches/560-ath9k_reduce_ani_interval.patch
@@ -0,0 +1,11 @@
+--- a/drivers/net/wireless/ath/ath9k/ani.h
++++ b/drivers/net/wireless/ath/ath9k/ani.h
+@@ -51,7 +51,7 @@
+ #define ATH9K_ANI_PERIOD 300
+
+ /* in ms */
+-#define ATH9K_ANI_POLLINTERVAL 1000
++#define ATH9K_ANI_POLLINTERVAL 100
+
+ #define HAL_NOISE_IMMUNE_MAX 4
+ #define HAL_SPUR_IMMUNE_MAX 7