]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/mac80211/Kconfig
[ARM] 5321/1: Kirkwood: fix typo in Makefile
[linux-2.6-omap-h63xx.git] / net / mac80211 / Kconfig
index 8427518e4f20781dd92d56843fa55e0df0f15506..7f710a27e91c9feac7681e0272de95bd3cf0bf55 100644 (file)
@@ -22,6 +22,11 @@ config MAC80211_RC_PID
          mac80211 that uses a PID controller to select the TX
          rate.
 
+config MAC80211_RC_MINSTREL
+       bool "Minstrel"
+       ---help---
+         This option enables the 'minstrel' TX rate control algorithm
+
 choice
        prompt "Default rate control algorithm"
        default MAC80211_RC_DEFAULT_PID
@@ -39,11 +44,19 @@ config MAC80211_RC_DEFAULT_PID
          default rate control algorithm. You should choose
          this unless you know what you are doing.
 
+config MAC80211_RC_DEFAULT_MINSTREL
+       bool "Minstrel"
+       depends on MAC80211_RC_MINSTREL
+       ---help---
+         Select Minstrel as the default rate control algorithm.
+
+
 endchoice
 
 config MAC80211_RC_DEFAULT
        string
        default "pid" if MAC80211_RC_DEFAULT_PID
+       default "minstrel" if MAC80211_RC_DEFAULT_MINSTREL
        default ""
 
 endmenu