force type match

This commit is contained in:
Sam Leffler 2009-05-21 04:00:31 +00:00
parent d4cb58f64c
commit c3e8a58723

View File

@ -1382,7 +1382,7 @@ wi_rx_intr(struct wi_softc *sc)
rstamp = (le16toh(frmhdr.wi_rx_tstamp0) << 16) |
le16toh(frmhdr.wi_rx_tstamp1);
tap->wr_tsf = htole64(rstamp);
tap->wr_tsf = htole64((uint64_t)rstamp);
/* XXX replace divide by table */
tap->wr_rate = frmhdr.wi_rx_rate / 5;
tap->wr_flags = 0;