From e7d0dbaeeaa80c2c4b97e7ccefea4cb5245c47b9 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Fri, 11 Mar 2005 19:40:34 +0000 Subject: [PATCH] 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 --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/modules/Makefile b/sys/modules/Makefile index 2dbc06d39b4..666150a92d8 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -26,8 +26,8 @@ SUBDIR= ${_3dfx} \ ath \ ${_ath_hal} \ ath_rate_amrr \ - ath_rate_onoe \ ath_rate_sample \ + ath_rate_onoe \ aue \ ${_auxio} \ ${_awi} \