aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/Kconfig
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-11-07 10:41:13 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2007-11-11 01:01:42 -0500
commitd52a60ad389d8aeac162350b19e4303c6cde7f93 (patch)
treeb5e0c2711893b44e2a97c4c88028b1f22cfbee3c /net/mac80211/Kconfig
parent7f3ad8943e2e6336ba229b208be8c7a80730c5d4 (diff)
mac80211: fix MAC80211_RCSIMPLE Kconfig
I meant for this to be selectable only with EMBEDDED, not enabled only with EMBEDDED. This does it that way. Sorry. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/Kconfig')
-rw-r--r--net/mac80211/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/Kconfig b/net/mac80211/Kconfig
index 32c8c08c4683..ce176e691afe 100644
--- a/net/mac80211/Kconfig
+++ b/net/mac80211/Kconfig
@@ -14,9 +14,9 @@ config MAC80211
14 networking stack. 14 networking stack.
15 15
16config MAC80211_RCSIMPLE 16config MAC80211_RCSIMPLE
17 bool "'simple' rate control algorithm" 17 bool "'simple' rate control algorithm" if EMBEDDED
18 default y 18 default y
19 depends on MAC80211 && EMBEDDED 19 depends on MAC80211
20 help 20 help
21 This option allows you to turn off the 'simple' rate 21 This option allows you to turn off the 'simple' rate
22 control algorithm in mac80211. If you do turn it off, 22 control algorithm in mac80211. If you do turn it off,