Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_rom.c114 rt->ht20_max_pwr[0][j] = in r92c_parse_rom()
115 MS(rom->ht20_max_pwr[j], LOW_PART); in r92c_parse_rom()
127 rt->ht20_max_pwr[1][j] = in r92c_parse_rom()
128 MS(rom->ht20_max_pwr[j], HIGH_PART); in r92c_parse_rom()
H A Dr92c_rom_image.h49 uint8_t ht20_max_pwr[R92C_GROUP_2G]; member
H A Dr92c_priv.h35 int8_t ht20_max_pwr[R92C_MAX_CHAINS][R92C_GROUP_2G]; member
H A Dr92c_chan.c113 max = rt->ht20_max_pwr[chain][group]; in r92c_get_txpower()