cvs commit: src/sys/dev/ath/ath_rate/amrr amrr.c
Peter Wemm
peter at FreeBSD.org
Tue Dec 14 18:32:27 PST 2004
peter 2004-12-15 02:32:27 UTC
FreeBSD src repository
Modified files:
sys/dev/ath/ath_rate/amrr amrr.c
Log:
Like on the ath_rate_onoe component, make this compile on amd64. Convert
pointers to an integer via uintptr_t.
Fix an apparent bug that caused a compile failure.
ieee80211_iterate_nodes() takes ic->ic_sta as its first argument on the
onoe module. It had just 'ic' here in the same context, which was a
mismatched argument.
Revision Changes Path
1.2 +2 -2 src/sys/dev/ath/ath_rate/amrr/amrr.c
More information about the cvs-src
mailing list