Searched refs:max_power_avg (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | eeprom.c | 253 * @max_power_avg: max power (in dBm) on this channel, at most 31 dBm 257 s8 max_power_avg; member 498 eeprom_ch->max_power_avg, in iwl_mod_ht40_chan_info() 569 eeprom_ch_info[ch_idx].max_power_avg; in iwl_init_channel_map() 581 eeprom_ch_info[ch_idx].max_power_avg, in iwl_init_channel_map()
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 866 eeprom_ch->max_power_avg, in il_mod_ht40_chan_info() 871 ch_info->ht40_max_power_avg = eeprom_ch->max_power_avg; in il_mod_ht40_chan_info() 958 ch_info->max_power_avg = ch_info->curr_txpow = in il_init_channel_map() 959 eeprom_ch_info[ch].max_power_avg; in il_init_channel_map() 960 ch_info->scan_power = eeprom_ch_info[ch].max_power_avg; in il_init_channel_map() 973 eeprom_ch_info[ch].max_power_avg, in il_init_channel_map() 3492 geo_ch->max_power = ch->max_power_avg; in il_init_geos() 3508 if (ch->max_power_avg > max_tx_power) in il_init_geos() 3509 max_tx_power = ch->max_power_avg; in il_init_geos()
|
H A D | 3945.c | 1530 ch_info->eeprom.max_power_avg); in il3945_hw_reg_get_ch_txpower_limit() 1535 max_power = ch_info->eeprom.max_power_avg; in il3945_hw_reg_get_ch_txpower_limit() 1537 return min(max_power, ch_info->max_power_avg); in il3945_hw_reg_get_ch_txpower_limit() 2108 s8 pwr = min(ch_info->max_power_avg, in il3945_txpower_set_from_eeprom()
|
H A D | common.h | 213 s8 max_power_avg; /* max power (dBm) on this chnl, limit 31 */ member 467 * Some of the fields (e.g. eeprom and flags/max_power_avg) are redundant 479 s8 max_power_avg; /* (dBm) regul. eeprom, normal Tx, any rate */ member
|
H A D | 4965.c | 1077 * max_power_avg values are in dBm, convert * 2 */ in il4965_fill_txpower_tbl() 1081 reg_limit = ch_info->max_power_avg * 2; in il4965_fill_txpower_tbl()
|