Skip to content

Commit

Permalink
small adjustment to net/mac80211/Kconfig
Browse files Browse the repository at this point in the history
"def_bool n" without prompt is pointless, this should be just "bool".

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Jan Beulich authored and John W. Linville committed Feb 18, 2011
1 parent 011d183 commit 540005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mac80211/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ comment "CFG80211 needs to be enabled for MAC80211"
if MAC80211 != n

config MAC80211_HAS_RC
def_bool n
bool

config MAC80211_RC_PID
bool "PID controller based rate control algorithm" if EMBEDDED
Expand Down

0 comments on commit 540005c

Please sign in to comment.