From: Tim Gardner Date: Mon, 10 Nov 2008 18:23:04 +0000 (-0700) Subject: Enable the minstrel rate control algorithm in mac80211 so X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c06c10ea9dbb2b5b03c0f21ea83f2ae2c5c95114;p=openwrt%2Fstaging%2Fblogic.git Enable the minstrel rate control algorithm in mac80211 so that when drivers are enabled to use it, it is actually available. Signed-off-by: Tim Gardner --- diff --git a/config.mk b/config.mk index db0ba76b8f98..c198ac2c8654 100644 --- a/config.mk +++ b/config.mk @@ -54,6 +54,7 @@ endif # kernel Makefile check CONFIG_MAC80211_RC_DEFAULT=pid CONFIG_MAC80211_RC_PID=y +CONFIG_MAC80211_RC_MINSTREL=y # enable mesh networking too CONFIG_MAC80211_MESH=y