Searched refs:non_psd (Results 1 – 1 of 1) sorted by relevance
7855 struct ieee80211_parsed_tpe_eirp *non_psd = NULL; in ath11k_mac_parse_tx_pwr_env() local7888 non_psd = &bss_conf->tpe.max_local[client_type]; in ath11k_mac_parse_tx_pwr_env()7889 if (!non_psd->valid) in ath11k_mac_parse_tx_pwr_env()7890 non_psd = NULL; in ath11k_mac_parse_tx_pwr_env()7895 non_psd = &bss_conf->tpe.max_reg_client[client_type]; in ath11k_mac_parse_tx_pwr_env()7896 if (!non_psd->valid) in ath11k_mac_parse_tx_pwr_env()7897 non_psd = NULL; in ath11k_mac_parse_tx_pwr_env()7900 if (non_psd && !psd) { in ath11k_mac_parse_tx_pwr_env()7904 arvif->reg_tpc_info.num_pwr_levels = non_psd->count; in ath11k_mac_parse_tx_pwr_env()7909 i, non_psd->power[i]); in ath11k_mac_parse_tx_pwr_env()[all …]