small adjustment to net/mac80211/Kconfig
authorJan Beulich <JBeulich@novell.com>
Thu, 17 Feb 2011 13:36:19 +0000 (13:36 +0000)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 18 Feb 2011 21:54:56 +0000 (16:54 -0500)
"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>
net/mac80211/Kconfig

index 9109262..4c57a9c 100644 (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