Searched hist:138879 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_rate/amrr/
H A Damrr.cdiff 138879 Wed Dec 15 00:32:27 MST 2004 peter 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.

Completed in 104 milliseconds