Searched refs:non_psd (Results 1 – 1 of 1) sorted by relevance
8331 struct ieee80211_parsed_tpe_eirp *non_psd = NULL; in ath11k_mac_parse_tx_pwr_env() local8364 non_psd = &bss_conf->tpe.max_local[client_type]; in ath11k_mac_parse_tx_pwr_env()8365 if (!non_psd->valid) in ath11k_mac_parse_tx_pwr_env()8366 non_psd = NULL; in ath11k_mac_parse_tx_pwr_env()8371 non_psd = &bss_conf->tpe.max_reg_client[client_type]; in ath11k_mac_parse_tx_pwr_env()8372 if (!non_psd->valid) in ath11k_mac_parse_tx_pwr_env()8373 non_psd = NULL; in ath11k_mac_parse_tx_pwr_env()8376 if (non_psd && !psd) { in ath11k_mac_parse_tx_pwr_env()8380 arvif->reg_tpc_info.num_pwr_levels = non_psd->count; in ath11k_mac_parse_tx_pwr_env()8385 i, non_psd->power[i]); in ath11k_mac_parse_tx_pwr_env()[all …]