mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
reorder ath_rate_onoe to after ath_rate_sample so it gets used as the
default rate control algorithm; this should be done differently but for now use this simple solution
This commit is contained in:
parent
56856fbfb4
commit
e7d0dbaeea
1 changed files with 1 additions and 1 deletions
|
|
@ -26,8 +26,8 @@ SUBDIR= ${_3dfx} \
|
|||
ath \
|
||||
${_ath_hal} \
|
||||
ath_rate_amrr \
|
||||
ath_rate_onoe \
|
||||
ath_rate_sample \
|
||||
ath_rate_onoe \
|
||||
aue \
|
||||
${_auxio} \
|
||||
${_awi} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue