From: Jan Beulich Date: Thu, 17 Feb 2011 13:36:19 +0000 (+0000) Subject: small adjustment to net/mac80211/Kconfig X-Git-Tag: v3.0~349^2~16^2~578^2~184 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=540005c7fc787c211967148f7229f43db1eead38;p=platform%2Fkernel%2Flinux-amlogic.git small adjustment to net/mac80211/Kconfig "def_bool n" without prompt is pointless, this should be just "bool". Signed-off-by: Jan Beulich Signed-off-by: John W. Linville --- diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 9109262..4c57a9c 100644 --- a/net/mac80211/Kconfig +++ b/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