Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c11744 struct ath12k_reg_tpc_power_info *tpc_info = &arvif->reg_tpc_info; in ath12k_mac_parse_tx_pwr_env() local
11773 tpc_info->is_psd_power = true; in ath12k_mac_parse_tx_pwr_env()
11775 tpc_info->num_pwr_levels = max(local_psd->count, in ath12k_mac_parse_tx_pwr_env()
11777 tpc_info->num_pwr_levels = in ath12k_mac_parse_tx_pwr_env()
11778 min3(tpc_info->num_pwr_levels, in ath12k_mac_parse_tx_pwr_env()
11782 for (i = 0; i < tpc_info->num_pwr_levels; i++) { in ath12k_mac_parse_tx_pwr_env()
11783 tpc_info->tpe[i] = min(local_psd->power[i], in ath12k_mac_parse_tx_pwr_env()
11787 i, tpc_info->tpe[i]); in ath12k_mac_parse_tx_pwr_env()
11790 tpc_info->is_psd_power = false; in ath12k_mac_parse_tx_pwr_env()
11791 tpc_info->eirp_power = 0; in ath12k_mac_parse_tx_pwr_env()
[all …]