compat-wireless: add CONFIG_ATH9K_RATE_CONTROL=y
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 23 Sep 2010 18:18:59 +0000 (11:18 -0700)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 23 Sep 2010 18:19:13 +0000 (11:19 -0700)
Disable this to get minstrel as default, we leave the ath9k
rate control algorithm as the default for now as that is also
default upstream on the kernel. We will move this to minstrel
as default once we get minstrel properly tested and blessed by
our systems engineering team. CCK rates also need to be used
for long range considerations.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
config.mk

index 19ea6b23576facc57526c1cb332284bbd5b0388e..1c5d3d924ba5291800186f49d69972b53b1d2137 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -216,6 +216,13 @@ CONFIG_ATH9K=m
 CONFIG_ATH9K_COMMON=m
 # CONFIG_ATH9K_DEBUGFS=y
 # CONFIG_ATH9K_PKTLOG=y
+# Disable this to get minstrel as default, we leave the ath9k
+# rate control algorithm as the default for now as that is also
+# default upstream on the kernel. We will move this to minstrel
+# as default once we get minstrel properly tested and blessed by
+# our systems engineering team. CCK rates also need to be used
+# for long range considerations.
+CONFIG_ATH9K_RATE_CONTROL=y
 
 
 CONFIG_COMPAT_IWLWIFI=m