diff options
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r-- | net/mac80211/Kconfig | 33 |
1 files changed, 15 insertions, 18 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 45c7c0c3875e..520a5180a4f6 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig | |||
@@ -32,15 +32,6 @@ config MAC80211_RC_DEFAULT_PID | |||
32 | default rate control algorithm. You should choose | 32 | default rate control algorithm. You should choose |
33 | this unless you know what you are doing. | 33 | this unless you know what you are doing. |
34 | 34 | ||
35 | config MAC80211_RC_DEFAULT_SIMPLE | ||
36 | bool "Simple rate control algorithm" | ||
37 | select MAC80211_RC_SIMPLE | ||
38 | ---help--- | ||
39 | Select the simple rate control as the default rate | ||
40 | control algorithm. Note that this is a non-responsive, | ||
41 | dumb algorithm. You should choose the PID rate control | ||
42 | instead. | ||
43 | |||
44 | config MAC80211_RC_DEFAULT_NONE | 35 | config MAC80211_RC_DEFAULT_NONE |
45 | bool "No default algorithm" | 36 | bool "No default algorithm" |
46 | depends on EMBEDDED | 37 | depends on EMBEDDED |
@@ -57,7 +48,6 @@ comment "build the algorithm into mac80211." | |||
57 | config MAC80211_RC_DEFAULT | 48 | config MAC80211_RC_DEFAULT |
58 | string | 49 | string |
59 | default "pid" if MAC80211_RC_DEFAULT_PID | 50 | default "pid" if MAC80211_RC_DEFAULT_PID |
60 | default "simple" if MAC80211_RC_DEFAULT_SIMPLE | ||
61 | default "" | 51 | default "" |
62 | 52 | ||
63 | config MAC80211_RC_PID | 53 | config MAC80211_RC_PID |
@@ -70,16 +60,16 @@ config MAC80211_RC_PID | |||
70 | Say Y or M unless you're sure you want to use a | 60 | Say Y or M unless you're sure you want to use a |
71 | different rate control algorithm. | 61 | different rate control algorithm. |
72 | 62 | ||
73 | config MAC80211_RC_SIMPLE | 63 | endmenu |
74 | tristate "Simple rate control algorithm (DEPRECATED)" | 64 | |
65 | config MAC80211_MESH | ||
66 | bool "Enable mac80211 mesh networking (pre-802.11s) support" | ||
67 | depends on MAC80211 && EXPERIMENTAL | ||
75 | ---help--- | 68 | ---help--- |
76 | This option enables a very simple, non-responsive TX | 69 | This options enables support of Draft 802.11s mesh networking. |
77 | rate control algorithm. This algorithm is deprecated | 70 | The implementation is based on Draft 1.08 of the Mesh Networking |
78 | and will be removed from the kernel in the near future. | 71 | amendment. For more information visit http://o11s.org/. |
79 | It has been replaced by the PID algorithm. | ||
80 | 72 | ||
81 | Say N unless you know what you are doing. | ||
82 | endmenu | ||
83 | 73 | ||
84 | config MAC80211_LEDS | 74 | config MAC80211_LEDS |
85 | bool "Enable LED triggers" | 75 | bool "Enable LED triggers" |
@@ -166,3 +156,10 @@ config MAC80211_VERBOSE_PS_DEBUG | |||
166 | ---help--- | 156 | ---help--- |
167 | Say Y here to print out verbose powersave | 157 | Say Y here to print out verbose powersave |
168 | mode debug messages. | 158 | mode debug messages. |
159 | |||
160 | config MAC80211_VERBOSE_MPL_DEBUG | ||
161 | bool "Verbose mesh peer link debugging" | ||
162 | depends on MAC80211_DEBUG && MAC80211_MESH | ||
163 | ---help--- | ||
164 | Say Y here to print out verbose mesh peer link | ||
165 | debug messages. | ||