Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122295
b: refs/heads/master
c: 8eb41c9
h: refs/heads/master
i:
  122293: df7303f
  122291: 5e0fd53
  122287: ea87029
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Nov 26, 2008
1 parent 2da02e8 commit 11f9233
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4ada424db196c78746fec255d493cacb1c9feddf
refs/heads/master: 8eb41c93685318d177276d1819915571aca7ebb1
8 changes: 4 additions & 4 deletions trunk/net/mac80211/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@ menu "Rate control algorithm selection"

config MAC80211_RC_PID
bool "PID controller based rate control algorithm" if EMBEDDED
default y
---help---
This option enables a TX rate control algorithm for
mac80211 that uses a PID controller to select the TX
rate.

config MAC80211_RC_MINSTREL
bool "Minstrel"
bool "Minstrel" if EMBEDDED
default y
---help---
This option enables the 'minstrel' TX rate control algorithm

choice
prompt "Default rate control algorithm"
default MAC80211_RC_DEFAULT_PID
default MAC80211_RC_DEFAULT_MINSTREL
---help---
This option selects the default rate control algorithm
mac80211 will use. Note that this default can still be
Expand All @@ -55,8 +55,8 @@ endchoice

config MAC80211_RC_DEFAULT
string
default "pid" if MAC80211_RC_DEFAULT_PID
default "minstrel" if MAC80211_RC_DEFAULT_MINSTREL
default "pid" if MAC80211_RC_DEFAULT_PID
default ""

endmenu
Expand Down

0 comments on commit 11f9233

Please sign in to comment.