Sort ath_rate_* entries. Mark ath_rate_sample as the desired algorithm.
Discussed with: sam
This commit is contained in:
parent
2d0d7187c0
commit
6f6b430e2f
@ -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
|
||||
|
||||
#
|
||||
|
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user