freebsd-dev/sys/dev/ath
Peter Wemm 063896020b 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.
2004-12-15 02:32:27 +00:00
..
ath_rate Like on the ath_rate_onoe component, make this compile on amd64. Convert 2004-12-15 02:32:27 +00:00
if_ath_pci.c Update with last year of work. 2004-12-08 17:34:36 +00:00
if_ath.c Make this amd64-clean. sizeof is long on amd64, so things that do a printf 2004-12-15 02:25:21 +00:00
if_athioctl.h Update with last year of work. 2004-12-08 17:34:36 +00:00
if_athrate.h Update with last year of work. 2004-12-08 17:34:36 +00:00
if_athvar.h Update with last year of work. 2004-12-08 17:34:36 +00:00