Searched refs:non_psd (Results 1 – 1 of 1) sorted by relevance
7908 struct ieee80211_parsed_tpe_eirp *non_psd = NULL; in ath11k_mac_parse_tx_pwr_env() local7941 non_psd = &bss_conf->tpe.max_local[client_type]; in ath11k_mac_parse_tx_pwr_env()7942 if (!non_psd->valid) in ath11k_mac_parse_tx_pwr_env()7943 non_psd = NULL; in ath11k_mac_parse_tx_pwr_env()7948 non_psd = &bss_conf->tpe.max_reg_client[client_type]; in ath11k_mac_parse_tx_pwr_env()7949 if (!non_psd->valid) in ath11k_mac_parse_tx_pwr_env()7950 non_psd = NULL; in ath11k_mac_parse_tx_pwr_env()7953 if (non_psd && !psd) { in ath11k_mac_parse_tx_pwr_env()7957 arvif->reg_tpc_info.num_pwr_levels = non_psd->count; in ath11k_mac_parse_tx_pwr_env()7962 i, non_psd->power[i]); in ath11k_mac_parse_tx_pwr_env()[all …]