Enable the minstrel rate control algorithm in mac80211 so
authorTim Gardner <tim.gardner@canonical.com>
Mon, 10 Nov 2008 18:23:04 +0000 (11:23 -0700)
committerTim Gardner <tim.gardner@canonical.com>
Mon, 10 Nov 2008 18:23:04 +0000 (11:23 -0700)
that when drivers are enabled to use it, it is actually available.

Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
config.mk

index db0ba76b8f98df31fd6c42e6855e74be4264afd3..c198ac2c8654cca27ea5df26ca70fce2e3569fd9 100644 (file)
--- 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