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.c12239 struct ath12k_reg_tpc_power_info *tpc_info = &arvif->reg_tpc_info; in ath12k_mac_parse_tx_pwr_env() local
12268 tpc_info->is_psd_power = true; in ath12k_mac_parse_tx_pwr_env()
12270 tpc_info->num_pwr_levels = max(local_psd->count, in ath12k_mac_parse_tx_pwr_env()
12272 tpc_info->num_pwr_levels = in ath12k_mac_parse_tx_pwr_env()
12273 min3(tpc_info->num_pwr_levels, in ath12k_mac_parse_tx_pwr_env()
12277 for (i = 0; i < tpc_info->num_pwr_levels; i++) { in ath12k_mac_parse_tx_pwr_env()
12278 tpc_info->tpe[i] = min(local_psd->power[i], in ath12k_mac_parse_tx_pwr_env()
12282 i, tpc_info->tpe[i]); in ath12k_mac_parse_tx_pwr_env()
12285 tpc_info->is_psd_power = false; in ath12k_mac_parse_tx_pwr_env()
12286 tpc_info->eirp_power = 0; in ath12k_mac_parse_tx_pwr_env()
[all …]