Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d52a60ad authored by Johannes Berg's avatar Johannes Berg Committed by David S. Miller
Browse files

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: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 7f3ad894
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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,