Lines Matching refs:non_psd
7855 struct ieee80211_parsed_tpe_eirp *non_psd = NULL; in ath11k_mac_parse_tx_pwr_env() local
7888 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()
7910 arvif->reg_tpc_info.tpe[i] = non_psd->power[i] / 2; in ath11k_mac_parse_tx_pwr_env()