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.c11995 struct ath12k_reg_tpc_power_info *tpc_info = &arvif->reg_tpc_info; in ath12k_mac_parse_tx_pwr_env() local
12024 tpc_info->is_psd_power = true; in ath12k_mac_parse_tx_pwr_env()
12026 tpc_info->num_pwr_levels = max(local_psd->count, in ath12k_mac_parse_tx_pwr_env()
12028 tpc_info->num_pwr_levels = in ath12k_mac_parse_tx_pwr_env()
12029 min3(tpc_info->num_pwr_levels, in ath12k_mac_parse_tx_pwr_env()
12033 for (i = 0; i < tpc_info->num_pwr_levels; i++) { in ath12k_mac_parse_tx_pwr_env()
12034 tpc_info->tpe[i] = min(local_psd->power[i], in ath12k_mac_parse_tx_pwr_env()
12038 i, tpc_info->tpe[i]); in ath12k_mac_parse_tx_pwr_env()
12041 tpc_info->is_psd_power = false; in ath12k_mac_parse_tx_pwr_env()
12042 tpc_info->eirp_power = 0; in ath12k_mac_parse_tx_pwr_env()
[all …]