Home
last modified time | relevance | path

Searched refs:ofdm_pwrlvl_max (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2235 uint8_t cck_pwrlvl_max, ofdm_pwrlvl_min, ofdm_pwrlvl_max; in urtw_8225_set_txpwrlvl() local
2241 ofdm_pwrlvl_max = 25; /* 12 -> 25 */ in urtw_8225_set_txpwrlvl()
2262 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ? in urtw_8225_set_txpwrlvl()
2263 ofdm_pwrlvl_max : ofdm_pwrlvl + ofdm_pwrlvl_min; in urtw_8225_set_txpwrlvl()
2628 uint8_t cck_pwrlvl_max = 15, ofdm_pwrlvl_max = 25, ofdm_pwrlvl_min = 10; in urtw_8225v2_set_txpwrlvl() local
2652 ofdm_pwrlvl = (ofdm_pwrlvl > (ofdm_pwrlvl_max - ofdm_pwrlvl_min)) ? in urtw_8225v2_set_txpwrlvl()
2653 ofdm_pwrlvl_max : ofdm_pwrlvl + ofdm_pwrlvl_min; in urtw_8225v2_set_txpwrlvl()
3362 ofdm_pwrlvl_max; in urtw_8225v2_b_set_txpwrlvl() local
3370 ofdm_pwrlvl_max = 17; in urtw_8225v2_b_set_txpwrlvl()
3375 ofdm_pwrlvl_max = 25; in urtw_8225v2_b_set_txpwrlvl()
[all …]