Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath11k/
Dmac.c8681 struct ath11k_hal_reg_capabilities_ext *reg_cap, *temp_reg_cap; in ath11k_mac_setup_channels_rates() local
8691 temp_reg_cap = reg_cap; in ath11k_mac_setup_channels_rates()
8710 temp_reg_cap = &ar->ab->hal_reg_cap[phy_id]; in ath11k_mac_setup_channels_rates()
8713 temp_reg_cap->low_2ghz_chan, in ath11k_mac_setup_channels_rates()
8714 temp_reg_cap->high_2ghz_chan); in ath11k_mac_setup_channels_rates()
8737 temp_reg_cap = &ar->ab->hal_reg_cap[phy_id]; in ath11k_mac_setup_channels_rates()
8741 temp_reg_cap->low_5ghz_chan, in ath11k_mac_setup_channels_rates()
8742 temp_reg_cap->high_5ghz_chan); in ath11k_mac_setup_channels_rates()
8765 temp_reg_cap = &ar->ab->hal_reg_cap[phy_id]; in ath11k_mac_setup_channels_rates()
8769 temp_reg_cap->low_5ghz_chan, in ath11k_mac_setup_channels_rates()
[all …]