small adjustment to net/mac80211/Kconfig

"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>
This commit is contained in:
Jan Beulich 2011-02-17 13:36:19 +00:00 committed by John W. Linville
parent 011d18350f
commit 540005c7fc
1 changed files with 1 additions and 1 deletions

View File

@ -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