diff options
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r-- | net/mac80211/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 7f710a27e91c..60c16162474c 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig | |||
@@ -16,20 +16,20 @@ menu "Rate control algorithm selection" | |||
16 | 16 | ||
17 | config MAC80211_RC_PID | 17 | config MAC80211_RC_PID |
18 | bool "PID controller based rate control algorithm" if EMBEDDED | 18 | bool "PID controller based rate control algorithm" if EMBEDDED |
19 | default y | ||
20 | ---help--- | 19 | ---help--- |
21 | This option enables a TX rate control algorithm for | 20 | This option enables a TX rate control algorithm for |
22 | mac80211 that uses a PID controller to select the TX | 21 | mac80211 that uses a PID controller to select the TX |
23 | rate. | 22 | rate. |
24 | 23 | ||
25 | config MAC80211_RC_MINSTREL | 24 | config MAC80211_RC_MINSTREL |
26 | bool "Minstrel" | 25 | bool "Minstrel" if EMBEDDED |
26 | default y | ||
27 | ---help--- | 27 | ---help--- |
28 | This option enables the 'minstrel' TX rate control algorithm | 28 | This option enables the 'minstrel' TX rate control algorithm |
29 | 29 | ||
30 | choice | 30 | choice |
31 | prompt "Default rate control algorithm" | 31 | prompt "Default rate control algorithm" |
32 | default MAC80211_RC_DEFAULT_PID | 32 | default MAC80211_RC_DEFAULT_MINSTREL |
33 | ---help--- | 33 | ---help--- |
34 | This option selects the default rate control algorithm | 34 | This option selects the default rate control algorithm |
35 | mac80211 will use. Note that this default can still be | 35 | mac80211 will use. Note that this default can still be |
@@ -55,8 +55,8 @@ endchoice | |||
55 | 55 | ||
56 | config MAC80211_RC_DEFAULT | 56 | config MAC80211_RC_DEFAULT |
57 | string | 57 | string |
58 | default "pid" if MAC80211_RC_DEFAULT_PID | ||
59 | default "minstrel" if MAC80211_RC_DEFAULT_MINSTREL | 58 | default "minstrel" if MAC80211_RC_DEFAULT_MINSTREL |
59 | default "pid" if MAC80211_RC_DEFAULT_PID | ||
60 | default "" | 60 | default "" |
61 | 61 | ||
62 | endmenu | 62 | endmenu |