Browse Source

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>
Jan Beulich 14 years ago
parent
commit
540005c7fc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      net/mac80211/Kconfig

+ 1 - 1
net/mac80211/Kconfig

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