diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-03-04 18:26:15 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-03-13 16:02:31 -0400 |
commit | d9357136ac4729f589543afb6b1d17d443ae4f71 (patch) | |
tree | 00d7e5966faec86f820713136b196821b5e622bd /net/mac80211/Kconfig | |
parent | 7524d7d6de5d5d3f081de8cf5479819fad339661 (diff) |
the scheduled rc80211-simple.c removal
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r-- | net/mac80211/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 3c3f62faae1e..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,15 +60,6 @@ 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 | ||
74 | tristate "Simple rate control algorithm (DEPRECATED)" | ||
75 | ---help--- | ||
76 | This option enables a very simple, non-responsive TX | ||
77 | rate control algorithm. This algorithm is deprecated | ||
78 | and will be removed from the kernel in the near future. | ||
79 | It has been replaced by the PID algorithm. | ||
80 | |||
81 | Say N unless you know what you are doing. | ||
82 | endmenu | 63 | endmenu |
83 | 64 | ||
84 | config MAC80211_MESH | 65 | config MAC80211_MESH |