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

/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c2924 uint8_t rate, rate_fb; local
2950 rate = rate_fb = tp->mgmtrate;
2952 rate = rate_fb = tp->mcastrate;
2954 rate = rate_fb = tp->ucastrate;
2960 rate_fb = ni->ni_rates.rs_rates[rix-1] &
2963 rate_fb = rate;
2967 tb->tb_rate[1] = rate_fb;
3016 bwi_plcp_header(sc->sc_rates, hdr->txh_fb_plcp, pkt_len, rate_fb);
3028 if (ieee80211_rate2phytype(sc->sc_rates, rate_fb) == IEEE80211_T_OFDM)
3115 uint8_t rate, rate_fb; local
[all...]
/freebsd-11-stable/sys/dev/bwn/
H A Dif_bwn.c6201 uint8_t rate, rate_fb; local
6220 rate = rate_fb = tp->mgmtrate;
6222 rate = rate_fb = tp->mcastrate;
6224 rate = rate_fb = tp->ucastrate;
6230 rate_fb = ni->ni_rates.rs_rates[rix - 1] &
6233 rate_fb = rate;
6240 rate_fb = bwn_ieeerate2hwrate(sc, rate_fb);
6247 /* XXX rate/rate_fb is the hardware rate */
6248 if ((rate_fb
[all...]

Completed in 116 milliseconds