Skip to content

Commit

Permalink
wireless: remove mac80211 rate selection extra menu
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Sep 2, 2009
1 parent 253850c commit abd8ea2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions net/mac80211/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ config MAC80211
comment "CFG80211 needs to be enabled for MAC80211"
depends on CFG80211=n

menu "Rate control algorithm selection"
depends on MAC80211 != n
if MAC80211 != n

config MAC80211_RC_PID
bool "PID controller based rate control algorithm" if EMBEDDED
Expand Down Expand Up @@ -61,7 +60,7 @@ config MAC80211_RC_DEFAULT
default "pid" if MAC80211_RC_DEFAULT_PID
default ""

endmenu
endif

config MAC80211_MESH
bool "Enable mac80211 mesh networking (pre-802.11s) support"
Expand Down

0 comments on commit abd8ea2

Please sign in to comment.