1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=151333
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
#