diff options
author | Jan Beulich <JBeulich@novell.com> | 2011-02-17 08:36:19 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-02-18 16:54:56 -0500 |
commit | 540005c7fc787c211967148f7229f43db1eead38 (patch) | |
tree | 18fe6052b5580f96ad00aba91593768ea72a7a82 /net/mac80211/Kconfig | |
parent | 011d18350f525dfdb1ccbd52019e8c04cadcc222 (diff) |
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>
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r-- | net/mac80211/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig index 9109262abd24..4c57a9c3729b 100644 --- a/net/mac80211/Kconfig +++ b/net/mac80211/Kconfig | |||
@@ -17,7 +17,7 @@ comment "CFG80211 needs to be enabled for MAC80211" | |||
17 | if MAC80211 != n | 17 | if MAC80211 != n |
18 | 18 | ||
19 | config MAC80211_HAS_RC | 19 | config MAC80211_HAS_RC |
20 | def_bool n | 20 | bool |
21 | 21 | ||
22 | config MAC80211_RC_PID | 22 | config MAC80211_RC_PID |
23 | bool "PID controller based rate control algorithm" if EMBEDDED | 23 | bool "PID controller based rate control algorithm" if EMBEDDED |