From b35dfca744c9aeda571eaf860624bd7e850b28a9 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Mon, 3 Jun 2013 14:15:43 +0000
Subject: [PATCH] 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
---
 package/mac80211/patches/550-ath9k_reduce_ani_interval.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab