Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.

Discussed with:	sam
This commit is contained in:
Ruslan Ermilov 2005-10-14 17:22:28 +00:00
parent 2d0d7187c0
commit 6f6b430e2f
2 changed files with 4 additions and 4 deletions

View File

@ -235,9 +235,9 @@ options ED_SIC
device ath
device ath_hal # Atheros HAL (includes binary component)
device ath_rate_onoe # Onoe rate control for ath driver
#device ath_rate_amrr # AMRR rate control for ath driver
#device ath_rate_sample # SampleRate rate control for the ath driver
#device ath_rate_onoe # Onoe rate control for ath driver
device ath_rate_sample # SampleRate rate control for the ath driver
#device wlan # 802.11 layer
#

View File

@ -564,9 +564,9 @@ options WLDEBUG # enables verbose debugging output
device ath
device ath_hal # Atheros HAL (includes binary component)
device ath_rate_onoe # Onoe rate control for ath driver
#device ath_rate_amrr # AMRR rate control for ath driver
#device ath_rate_sample # SampleRate rate control for the ath driver
#device ath_rate_onoe # Onoe rate control for ath driver
device ath_rate_sample # SampleRate rate control for the ath driver
#device wlan # 802.11 layer
#