Searched refs:mac_phy_cap (Results 1 – 1 of 1) sorted by relevance
4990 const struct ath12k_wmi_mac_phy_caps_params *mac_phy_cap, 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()4996 __le32_to_cpu(mac_phy_cap->low_2ghz_chan_freq); in ath12k_wmi_save_mac_phy_info()4998 __le32_to_cpu(mac_phy_cap->high_2ghz_chan_freq); in ath12k_wmi_save_mac_phy_info()5000 __le32_to_cpu(mac_phy_cap->low_5ghz_chan_freq); in ath12k_wmi_save_mac_phy_info()5002 __le32_to_cpu(mac_phy_cap->high_5ghz_chan_freq); in ath12k_wmi_save_mac_phy_info()5010 const struct ath12k_wmi_mac_phy_caps_params *mac_phy_cap; in ath12k_wmi_save_all_mac_phy_info() local5017 mac_phy_cap = svc_rdy_ext->mac_phy_caps; 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 …]