cvs commit: src/sys/dev/ath if_ath.c if_athvar.h
src/sys/dev/ath/ath_rate/amrr amrr.c src/sys/dev/ath/ath_rate/onoe
onoe.c src/sys/dev/ath/ath_rate/sample sample.c
Sam Leffler
sam at FreeBSD.org
Thu Feb 9 12:50:02 PST 2006
sam 2006-02-09 20:49:55 UTC
FreeBSD src repository
Modified files:
sys/dev/ath if_ath.c if_athvar.h
sys/dev/ath/ath_rate/amrr amrr.c
sys/dev/ath/ath_rate/onoe onoe.c
sys/dev/ath/ath_rate/sample sample.c
Log:
move mgt frame tx rate responsibility from the rate control modules
to the driver; this avoids redundant logic and will be necessary
for future additions
MFC after: 2 weeks
Revision Changes Path
1.11 +1 -4 src/sys/dev/ath/ath_rate/amrr/amrr.c
1.11 +1 -4 src/sys/dev/ath/ath_rate/onoe/onoe.c
1.12 +0 -17 src/sys/dev/ath/ath_rate/sample/sample.c
1.109 +16 -15 src/sys/dev/ath/if_ath.c
1.32 +1 -2 src/sys/dev/ath/if_athvar.h
More information about the cvs-src
mailing list