Searched refs:mac_phy_info (Results 1 – 1 of 1) sorted by relevance
4791 struct ath12k_svc_ext_mac_phy_info *mac_phy_info) in ath12k_wmi_save_mac_phy_info() argument4793 mac_phy_info->phy_id = __le32_to_cpu(mac_phy_cap->phy_id); in ath12k_wmi_save_mac_phy_info()4794 mac_phy_info->supported_bands = __le32_to_cpu(mac_phy_cap->supported_bands); in ath12k_wmi_save_mac_phy_info()4795 mac_phy_info->hw_freq_range.low_2ghz_freq = in ath12k_wmi_save_mac_phy_info()4797 mac_phy_info->hw_freq_range.high_2ghz_freq = in ath12k_wmi_save_mac_phy_info()4799 mac_phy_info->hw_freq_range.low_5ghz_freq = in ath12k_wmi_save_mac_phy_info()4801 mac_phy_info->hw_freq_range.high_5ghz_freq = in ath12k_wmi_save_mac_phy_info()4812 struct ath12k_svc_ext_mac_phy_info *mac_phy_info; in ath12k_wmi_save_all_mac_phy_info() local4816 mac_phy_info = &svc_ext_info->mac_phy_info[0]; in ath12k_wmi_save_all_mac_phy_info()4825 ath12k_wmi_save_mac_phy_info(ab, mac_phy_cap, mac_phy_info); in ath12k_wmi_save_all_mac_phy_info()[all …]