Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193722
b: refs/heads/master
c: c2ef355
h: refs/heads/master
v: v3
  • Loading branch information
Andres Salomon authored and John W. Linville committed Mar 10, 2010
1 parent fd97e55 commit 0725824
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1da3f88222579135569ad52d1c82a7393cf87178
refs/heads/master: c2ef355bf3ef0b8006b96128726684fba47ac928
9 changes: 9 additions & 0 deletions trunk/net/mac80211/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,27 @@ comment "CFG80211 needs to be enabled for MAC80211"

if MAC80211 != n

config MAC80211_HAS_RC
def_bool n

config MAC80211_RC_PID
bool "PID controller based rate control algorithm" if EMBEDDED
select MAC80211_HAS_RC
---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" if EMBEDDED
select MAC80211_HAS_RC
default y
---help---
This option enables the 'minstrel' TX rate control algorithm

choice
prompt "Default rate control algorithm"
depends on MAC80211_HAS_RC
default MAC80211_RC_DEFAULT_MINSTREL
---help---
This option selects the default rate control algorithm
Expand Down Expand Up @@ -62,6 +68,9 @@ config MAC80211_RC_DEFAULT

endif

comment "Some wireless drivers require a rate control algorithm"
depends on MAC80211_HAS_RC=n

config MAC80211_MESH
bool "Enable mac80211 mesh networking (pre-802.11s) support"
depends on MAC80211 && EXPERIMENTAL
Expand Down

0 comments on commit 0725824

Please sign in to comment.