Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c11746 struct ieee80211_parsed_tpe_psd *local_psd, *reg_psd; in ath12k_mac_parse_tx_pwr_env()
11757 local_psd = &tpe->psd_local[client_type]; in ath12k_mac_parse_tx_pwr_env()
11762 psd_valid = local_psd->valid | reg_psd->valid; in ath12k_mac_parse_tx_pwr_env()
11775 tpc_info->num_pwr_levels = max(local_psd->count, in ath12k_mac_parse_tx_pwr_env()
11783 tpc_info->tpe[i] = min(local_psd->power[i], in ath12k_mac_parse_tx_pwr_env()
11742 struct ieee80211_parsed_tpe_psd *local_psd, *reg_psd; ath12k_mac_parse_tx_pwr_env() local