]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
mac80211: fix MAC80211_RCSIMPLE Kconfig
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 7 Nov 2007 15:41:13 +0000 (16:41 +0100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 11 Nov 2007 06:01:42 +0000 (22:01 -0800)
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>
net/mac80211/Kconfig

index 32c8c08c4683eada896e06cbb326f5560372b821..ce176e691afec86281ffb1130f848c53ff641f9e 100644 (file)
@@ -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,