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
master
Felix Fietkau 2013-06-03 14:15:43 +00:00
parent e0c5d55c69
commit f0cf4ce779
1 changed files with 1 additions and 1 deletions

View File

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