2011-02-17 13:36:19

by Jan Beulich

[permalink] [raw]
Subject: [PATCH] small adjustment to net/mac80211/Kconfig

"def_bool n" without prompt is pointless, this should be just "bool".

Signed-off-by: Jan Beulich <[email protected]>

---
net/mac80211/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

--- 2.6.38-rc5/net/mac80211/Kconfig
+++ 2.6.38-rc5-kconfig-mac80211/net/mac80211/Kconfig
@@ -17,7 +17,7 @@ comment "CFG80211 needs to be enabled fo
if MAC80211 != n

config MAC80211_HAS_RC
- def_bool n
+ bool

config MAC80211_RC_PID
bool "PID controller based rate control algorithm" if EXPERT