From: Johannes Berg Date: Wed, 7 Nov 2007 15:41:13 +0000 (+0100) Subject: mac80211: fix MAC80211_RCSIMPLE Kconfig X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=d52a60ad389d8aeac162350b19e4303c6cde7f93;p=deliverable%2Flinux.git 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 Signed-off-by: John W. Linville --- 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 networking stack. config MAC80211_RCSIMPLE - bool "'simple' rate control algorithm" + bool "'simple' rate control algorithm" if EMBEDDED default y - depends on MAC80211 && EMBEDDED + depends on MAC80211 help This option allows you to turn off the 'simple' rate control algorithm in mac80211. If you do turn it off,