Searched refs:max_power_avg (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-eeprom-parse.c | 307 * @max_power_avg: max power (in dBm) on this channel, at most 31 dBm 311 s8 max_power_avg; member 555 eeprom_ch->max_power_avg, in iwl_mod_ht40_chan_info() 626 eeprom_ch_info[ch_idx].max_power_avg; in iwl_init_channel_map() 638 eeprom_ch_info[ch_idx].max_power_avg, in iwl_init_channel_map()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/ |
H A D | iwl-eeprom-parse.c | 253 * @max_power_avg: max power (in dBm) on this channel, at most 31 dBm 257 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/ |
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.c | 863 eeprom_ch->max_power_avg, in il_mod_ht40_chan_info() 868 ch_info->ht40_max_power_avg = eeprom_ch->max_power_avg; in il_mod_ht40_chan_info() 955 ch_info->max_power_avg = ch_info->curr_txpow = in il_init_channel_map() 956 eeprom_ch_info[ch].max_power_avg; in il_init_channel_map() 957 ch_info->scan_power = eeprom_ch_info[ch].max_power_avg; in il_init_channel_map() 970 eeprom_ch_info[ch].max_power_avg, in il_init_channel_map() 3483 geo_ch->max_power = ch->max_power_avg; in il_init_geos() 3499 if (ch->max_power_avg > max_tx_power) in il_init_geos() 3500 max_tx_power = ch->max_power_avg; in il_init_geos()
|
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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
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.c | 863 eeprom_ch->max_power_avg, in il_mod_ht40_chan_info() 868 ch_info->ht40_max_power_avg = eeprom_ch->max_power_avg; in il_mod_ht40_chan_info() 955 ch_info->max_power_avg = ch_info->curr_txpow = in il_init_channel_map() 956 eeprom_ch_info[ch].max_power_avg; in il_init_channel_map() 957 ch_info->scan_power = eeprom_ch_info[ch].max_power_avg; in il_init_channel_map() 970 eeprom_ch_info[ch].max_power_avg, in il_init_channel_map() 3480 geo_ch->max_power = ch->max_power_avg; in il_init_geos() 3496 if (ch->max_power_avg > max_tx_power) in il_init_geos() 3497 max_tx_power = ch->max_power_avg; in il_init_geos()
|
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()
|
Completed in 64 milliseconds