if_urtwn.c | 4269 uint16_t cckpow, ofdmpow, htpow, diff, maxpow; local in function:urtwn_get_txpower 4333 htpow = rom->ht40_1s_tx_pwr[chain][group]; 4338 htpow = (htpow > diff) ? htpow - diff : 0; 4344 ofdmpow = htpow + diff; /* HT->OFDM correction. */ 4356 htpow += diff; /* HT40->HT20 correction. */ 4359 power[ridx] += htpow; 4378 uint16_t cckpow, ofdmpow, bw20pow, htpow; local in function:urtwn_r88e_get_txpower 4425 htpow = sc->ht40_tx_pwr[group] [all...] |