Searched refs:rate_fb (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/dev/bwi/
H A Dif_bwi.c2952 uint8_t rate, rate_fb; local
2978 rate = rate_fb = tp->mgmtrate;
2980 rate = rate_fb = tp->mcastrate;
2982 rate = rate_fb = tp->ucastrate;
2988 rate_fb = ni->ni_rates.rs_rates[rix-1] &
2991 rate_fb = rate;
2995 tb->tb_rate[1] = rate_fb;
3043 bwi_plcp_header(sc->sc_rates, hdr->txh_fb_plcp, pkt_len, rate_fb);
3055 if (ieee80211_rate2phytype(sc->sc_rates, rate_fb) == IEEE80211_T_OFDM)
3142 uint8_t rate, rate_fb; local
[all...]
/freebsd-10-stable/sys/dev/bwn/
H A Dif_bwn.c9607 uint8_t rate, rate_fb; local
9621 rate = rate_fb = tp->mgmtrate;
9623 rate = rate_fb = tp->mcastrate;
9625 rate = rate_fb = tp->ucastrate;
9631 rate_fb = ni->ni_rates.rs_rates[rix - 1] &
9634 rate_fb = rate;
9640 rate_fb = bwn_ieeerate2hwrate(sc, rate_fb);
9647 if ((rate_fb == rate) ||
9661 m->m_pkthdr.len + IEEE80211_CRC_LEN, rate_fb);
[all...]

Completed in 174 milliseconds