Searched refs:mac_phy_info (Results 1 – 2 of 2) sorted by relevance
4991 struct ath12k_svc_ext_mac_phy_info *mac_phy_info) in ath12k_wmi_save_mac_phy_info() argument4993 mac_phy_info->phy_id = __le32_to_cpu(mac_phy_cap->phy_id); in ath12k_wmi_save_mac_phy_info()4994 mac_phy_info->supported_bands = __le32_to_cpu(mac_phy_cap->supported_bands); in ath12k_wmi_save_mac_phy_info()4995 mac_phy_info->hw_freq_range.low_2ghz_freq = in ath12k_wmi_save_mac_phy_info()4997 mac_phy_info->hw_freq_range.high_2ghz_freq = in ath12k_wmi_save_mac_phy_info()4999 mac_phy_info->hw_freq_range.low_5ghz_freq = in ath12k_wmi_save_mac_phy_info()5001 mac_phy_info->hw_freq_range.high_5ghz_freq = in ath12k_wmi_save_mac_phy_info()5012 struct ath12k_svc_ext_mac_phy_info *mac_phy_info; in ath12k_wmi_save_all_mac_phy_info() local5016 mac_phy_info = &svc_ext_info->mac_phy_info[0]; in ath12k_wmi_save_all_mac_phy_info()5025 ath12k_wmi_save_mac_phy_info(ab, mac_phy_cap, mac_phy_info); in ath12k_wmi_save_all_mac_phy_info()[all …]
5184 struct ath12k_svc_ext_mac_phy_info mac_phy_info[ATH12K_MAX_MAC_PHY_CAP]; member