From: nbd Date: Mon, 3 Jun 2013 14:15:43 +0000 (+0000) Subject: ath9k: increase ANI poll interval to 300 ms to get it close to the listen period X-Git-Tag: fast2504n-3.10.28-merged~2432 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=9d6d12382d3fbbce22f6b5fa97c16e20e7d518cd;p=openwrt.git ath9k: increase ANI poll interval to 300 ms to get it close to the listen period Signed-off-by: Felix Fietkau git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36823 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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