Fixing kernel build on amd64 machines.
Reviewed by: sam (mentor)
This commit is contained in:
parent
91394d6f1c
commit
130a9e2d51
@ -2469,9 +2469,9 @@ ath_recv_mgmt(struct ieee80211com *ic, struct mbuf *m,
|
||||
*/
|
||||
if (le64toh(ni->ni_tstamp.tsf) >= tsf) {
|
||||
DPRINTF(sc, ATH_DEBUG_STATE,
|
||||
"ibss merge, rstamp %u tsf %llu "
|
||||
"tstamp %llu\n", rstamp, tsf,
|
||||
ni->ni_tstamp.tsf);
|
||||
"ibss merge, rstamp %u tsf %ju "
|
||||
"tstamp %ju\n", rstamp, (uintmax_t)tsf,
|
||||
(uintmax_t)ni->ni_tstamp.tsf);
|
||||
(void) ieee80211_ibss_merge(ic, ni);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user