Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Deeprom.c258 s8 max_power_avg; member
501 eeprom_ch->max_power_avg, in iwl_mod_ht40_chan_info()
572 eeprom_ch_info[ch_idx].max_power_avg; in iwl_init_channel_map()
584 eeprom_ch_info[ch_idx].max_power_avg, in iwl_init_channel_map()
/linux/drivers/net/wireless/intel/iwlegacy/
H A Dcommon.c866 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 D3945.c1530 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 Dcommon.h213 s8 max_power_avg; /* max power (dBm) on this chnl, limit 31 */ member
479 s8 max_power_avg; /* (dBm) regul. eeprom, normal Tx, any rate */ member
H A D4965.c1081 reg_limit = ch_info->max_power_avg * 2; in il4965_fill_txpower_tbl()