Date: Wed, 15 Dec 2004 02:32:27 +0000 (UTC) From: Peter Wemm <peter@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ath/ath_rate/amrr amrr.c Message-ID: <200412150232.iBF2WRGK095199@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412150232.iBF2WRGK095199>
