From: Luis R. Rodriguez Date: Thu, 23 Sep 2010 18:18:59 +0000 (-0700) Subject: compat-wireless: add CONFIG_ATH9K_RATE_CONTROL=y X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=02c8aef70e48e0892fde1aca38a780d9550693d3;p=openwrt%2Fstaging%2Fblogic.git compat-wireless: add CONFIG_ATH9K_RATE_CONTROL=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. Signed-off-by: Luis R. Rodriguez --- diff --git a/config.mk b/config.mk index 19ea6b23576f..1c5d3d924ba5 100644 --- 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