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:
Sam Leffler 2005-03-11 19:40:34 +00:00
parent 56856fbfb4
commit e7d0dbaeea

View file

@ -26,8 +26,8 @@ SUBDIR= ${_3dfx} \
ath \
${_ath_hal} \
ath_rate_amrr \
ath_rate_onoe \
ath_rate_sample \
ath_rate_onoe \
aue \
${_auxio} \
${_awi} \