diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-09-01 11:22:46 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-09-02 15:29:03 -0400 |
commit | abd8ea22c23c917f56fefcda8a4468fbc2247d7f (patch) | |
tree | c7e1affc39648d537617188ab6e454d3641ac5f5 /net/mac80211/Kconfig | |
parent | 253850c10d1f9af46f4870616ed29f38ed39fd15 (diff) |
wireless: remove mac80211 rate selection extra menu
We can just display this upon enabling mac80211 with an
'if MAC80211 != n' check.
Cc: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r-- | net/mac80211/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 9db4ff836a3d..4d5543af3123 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig | |||
@@ -13,8 +13,7 @@ config MAC80211 | |||
13 | comment "CFG80211 needs to be enabled for MAC80211" | 13 | comment "CFG80211 needs to be enabled for MAC80211" |
14 | depends on CFG80211=n | 14 | depends on CFG80211=n |
15 | 15 | ||
16 | menu "Rate control algorithm selection" | 16 | if MAC80211 != n |
17 | depends on MAC80211 != n | ||
18 | 17 | ||
19 | config MAC80211_RC_PID | 18 | config MAC80211_RC_PID |
20 | bool "PID controller based rate control algorithm" if EMBEDDED | 19 | bool "PID controller based rate control algorithm" if EMBEDDED |
@@ -61,7 +60,7 @@ config MAC80211_RC_DEFAULT | |||
61 | default "pid" if MAC80211_RC_DEFAULT_PID | 60 | default "pid" if MAC80211_RC_DEFAULT_PID |
62 | default "" | 61 | default "" |
63 | 62 | ||
64 | endmenu | 63 | endif |
65 | 64 | ||
66 | config MAC80211_MESH | 65 | config MAC80211_MESH |
67 | bool "Enable mac80211 mesh networking (pre-802.11s) support" | 66 | bool "Enable mac80211 mesh networking (pre-802.11s) support" |