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

/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_urtw.c2768 uint8_t ofdm_pwrlvl = sc->sc_txpwr_ofdm[chan] & 0xff; local
2791 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ?
2792 ofdm_pwrlvl_max : ofdm_pwrlvl + ofdm_pwrlvl_min;
2793 ofdm_pwrlvl = (ofdm_pwrlvl > 35) ? 35 : ofdm_pwrlvl;
2795 idx = ofdm_pwrlvl % 6;
2796 set = ofdm_pwrlvl / 6;
3086 uint8_t ofdm_pwrlvl local
3362 uint8_t ofdm_pwrlvl = sc->sc_txpwr_ofdm[chan] & 0xff; local
[all...]

Completed in 29 milliseconds