Home
last modified time | relevance | path

Searched refs:non_psd (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c8304 struct ieee80211_parsed_tpe_eirp *non_psd = NULL; in ath11k_mac_parse_tx_pwr_env() local
8337 non_psd = &bss_conf->tpe.max_local[client_type]; in ath11k_mac_parse_tx_pwr_env()
8338 if (!non_psd->valid) in ath11k_mac_parse_tx_pwr_env()
8339 non_psd = NULL; in ath11k_mac_parse_tx_pwr_env()
8344 non_psd = &bss_conf->tpe.max_reg_client[client_type]; in ath11k_mac_parse_tx_pwr_env()
8345 if (!non_psd->valid) in ath11k_mac_parse_tx_pwr_env()
8346 non_psd = NULL; in ath11k_mac_parse_tx_pwr_env()
8349 if (non_psd && !psd) { in ath11k_mac_parse_tx_pwr_env()
8353 arvif->reg_tpc_info.num_pwr_levels = non_psd->count; in ath11k_mac_parse_tx_pwr_env()
8358 i, non_psd->power[i]); in ath11k_mac_parse_tx_pwr_env()
[all …]