Skip to content

Commit

Permalink
mac80211: fix MAC80211_RCSIMPLE Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Johannes Berg authored and David S. Miller committed Nov 11, 2007
1 parent 7f3ad89 commit d52a60a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/mac80211/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d52a60a

Please sign in to comment.