Searched refs:mac_phy_info (Results 1 – 1 of 1) sorted by relevance
4844 struct ath12k_svc_ext_mac_phy_info *mac_phy_info) in ath12k_wmi_save_mac_phy_info() argument4846 mac_phy_info->phy_id = __le32_to_cpu(mac_phy_cap->phy_id); in ath12k_wmi_save_mac_phy_info()4847 mac_phy_info->supported_bands = __le32_to_cpu(mac_phy_cap->supported_bands); in ath12k_wmi_save_mac_phy_info()4848 mac_phy_info->hw_freq_range.low_2ghz_freq = in ath12k_wmi_save_mac_phy_info()4850 mac_phy_info->hw_freq_range.high_2ghz_freq = in ath12k_wmi_save_mac_phy_info()4852 mac_phy_info->hw_freq_range.low_5ghz_freq = in ath12k_wmi_save_mac_phy_info()4854 mac_phy_info->hw_freq_range.high_5ghz_freq = in ath12k_wmi_save_mac_phy_info()4865 struct ath12k_svc_ext_mac_phy_info *mac_phy_info; in ath12k_wmi_save_all_mac_phy_info() local4869 mac_phy_info = &svc_ext_info->mac_phy_info[0]; in ath12k_wmi_save_all_mac_phy_info()4878 ath12k_wmi_save_mac_phy_info(ab, mac_phy_cap, mac_phy_info); in ath12k_wmi_save_all_mac_phy_info()[all …]