diff options
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r-- | net/mac80211/Kconfig | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 80d693392b0f..7f710a27e91c 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig | |||
@@ -22,6 +22,11 @@ config MAC80211_RC_PID | |||
22 | mac80211 that uses a PID controller to select the TX | 22 | mac80211 that uses a PID controller to select the TX |
23 | rate. | 23 | rate. |
24 | 24 | ||
25 | config MAC80211_RC_MINSTREL | ||
26 | bool "Minstrel" | ||
27 | ---help--- | ||
28 | This option enables the 'minstrel' TX rate control algorithm | ||
29 | |||
25 | choice | 30 | choice |
26 | prompt "Default rate control algorithm" | 31 | prompt "Default rate control algorithm" |
27 | default MAC80211_RC_DEFAULT_PID | 32 | default MAC80211_RC_DEFAULT_PID |
@@ -39,11 +44,19 @@ config MAC80211_RC_DEFAULT_PID | |||
39 | default rate control algorithm. You should choose | 44 | default rate control algorithm. You should choose |
40 | this unless you know what you are doing. | 45 | this unless you know what you are doing. |
41 | 46 | ||
47 | config MAC80211_RC_DEFAULT_MINSTREL | ||
48 | bool "Minstrel" | ||
49 | depends on MAC80211_RC_MINSTREL | ||
50 | ---help--- | ||
51 | Select Minstrel as the default rate control algorithm. | ||
52 | |||
53 | |||
42 | endchoice | 54 | endchoice |
43 | 55 | ||
44 | config MAC80211_RC_DEFAULT | 56 | config MAC80211_RC_DEFAULT |
45 | string | 57 | string |
46 | default "pid" if MAC80211_RC_DEFAULT_PID | 58 | default "pid" if MAC80211_RC_DEFAULT_PID |
59 | default "minstrel" if MAC80211_RC_DEFAULT_MINSTREL | ||
47 | default "" | 60 | default "" |
48 | 61 | ||
49 | endmenu | 62 | endmenu |
@@ -179,19 +192,6 @@ config MAC80211_VERBOSE_MPL_DEBUG | |||
179 | 192 | ||
180 | Do not select this option. | 193 | Do not select this option. |
181 | 194 | ||
182 | config MAC80211_LOWTX_FRAME_DUMP | ||
183 | bool "Debug frame dumping" | ||
184 | depends on MAC80211_DEBUG_MENU | ||
185 | ---help--- | ||
186 | Selecting this option will cause the stack to | ||
187 | print a message for each frame that is handed | ||
188 | to the lowlevel driver for transmission. This | ||
189 | message includes all MAC addresses and the | ||
190 | frame control field. | ||
191 | |||
192 | If unsure, say N and insert the debugging code | ||
193 | you require into the driver you are debugging. | ||
194 | |||
195 | config MAC80211_DEBUG_COUNTERS | 195 | config MAC80211_DEBUG_COUNTERS |
196 | bool "Extra statistics for TX/RX debugging" | 196 | bool "Extra statistics for TX/RX debugging" |
197 | depends on MAC80211_DEBUG_MENU | 197 | depends on MAC80211_DEBUG_MENU |