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

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2233 uint8_t ofdm_pwrlvl = sc->sc_txpwr_ofdm[chan] & 0xff; local
2258 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ?
2259 ofdm_pwrlvl_max : ofdm_pwrlvl + ofdm_pwrlvl_min;
2260 ofdm_pwrlvl = (ofdm_pwrlvl > 35) ? 35 : ofdm_pwrlvl;
2261 idx = ofdm_pwrlvl % 6;
2262 set = ofdm_pwrlvl / 6;
2626 uint8_t ofdm_pwrlvl local
3360 int8_t ofdm_pwrlvl = sc->sc_txpwr_ofdm[chan] & 0xff; local
[all...]

Completed in 79 milliseconds