From 11f923392269d1e1128ed45090e183c038c64e57 Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Fri, 14 Nov 2008 17:44:53 -0800 Subject: [PATCH] --- yaml --- r: 122295 b: refs/heads/master c: 8eb41c93685318d177276d1819915571aca7ebb1 h: refs/heads/master i: 122293: df7303ff5f633d26805d286c06093cda8e9f322a 122291: 5e0fd53e53d060dcee2b68dcc60e8d57d019ca92 122287: ea870299c792dc37785db248d9f4a0d152e56313 v: v3 --- [refs] | 2 +- trunk/net/mac80211/Kconfig | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 5e649daf5390..9d606927b972 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4ada424db196c78746fec255d493cacb1c9feddf +refs/heads/master: 8eb41c93685318d177276d1819915571aca7ebb1 diff --git a/trunk/net/mac80211/Kconfig b/trunk/net/mac80211/Kconfig index 7f710a27e91c..60c16162474c 100644 --- a/trunk/net/mac80211/Kconfig +++ b/trunk/net/mac80211/Kconfig @@ -16,20 +16,20 @@ menu "Rate control algorithm selection" config MAC80211_RC_PID bool "PID controller based rate control algorithm" if EMBEDDED - default y ---help--- This option enables a TX rate control algorithm for mac80211 that uses a PID controller to select the TX rate. config MAC80211_RC_MINSTREL - bool "Minstrel" + bool "Minstrel" if EMBEDDED + default y ---help--- This option enables the 'minstrel' TX rate control algorithm choice prompt "Default rate control algorithm" - default MAC80211_RC_DEFAULT_PID + default MAC80211_RC_DEFAULT_MINSTREL ---help--- This option selects the default rate control algorithm mac80211 will use. Note that this default can still be @@ -55,8 +55,8 @@ endchoice config MAC80211_RC_DEFAULT string - default "pid" if MAC80211_RC_DEFAULT_PID default "minstrel" if MAC80211_RC_DEFAULT_MINSTREL + default "pid" if MAC80211_RC_DEFAULT_PID default "" endmenu