letoh16
seq = letoh16(*(u_int16_t *)wh->i_seq) >> IEEE80211_SEQ_SEQ_SHIFT;
phy_flags = letoh16(phy_info->phy_flags);
seq = letoh16(*(u_int16_t *)wh->i_seq) >> IEEE80211_SEQ_SEQ_SHIFT;
group->temp = (int16_t)letoh16(rgroup.temp);
tail = (struct wpi_rx_tail *)((caddr_t)(head + 1) + letoh16(head->len));
if (letoh16(head->len) < sizeof (*wh)) {
DPRINTF(("frame too short: %d\n", letoh16(head->len)));
m->m_pkthdr.len = m->m_len = letoh16(head->len);
if (letoh16(head->flags) & 0x4)
tap->wr_dbm_antnoise = (int8_t)letoh16(stat->noise);
tap->wr_antenna = (letoh16(head->flags) >> 4) & 0xf;
if ((letoh16(sc->rev) & 0xf0) == 0xd0)
DPRINTF(("cap=%x rev=%x type=%x\n", sc->cap, letoh16(sc->rev),
return letoh16(*(const u_int16_t *)frm);
aid = letoh16(*(u_int16_t *)psp->i_aid);
uint16_t rxseq = letoh16(*(const u_int16_t *)wh->i_seq);
nrxseq = letoh16(*(u_int16_t *)wh->i_seq) >>
rxseq = letoh16(*(const u_int16_t *)wh->i_seq);
sn = letoh16(*(u_int16_t *)wh->i_seq) >> IEEE80211_SEQ_SEQ_SHIFT;
seq = letoh16(*(u_int16_t *)wh->i_seq) >>