Searched refs:mac_phy_cap (Results 1 – 1 of 1) sorted by relevance
4790 const struct ath12k_wmi_mac_phy_caps_params *mac_phy_cap, 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()4796 __le32_to_cpu(mac_phy_cap->low_2ghz_chan_freq); in ath12k_wmi_save_mac_phy_info()4798 __le32_to_cpu(mac_phy_cap->high_2ghz_chan_freq); in ath12k_wmi_save_mac_phy_info()4800 __le32_to_cpu(mac_phy_cap->low_5ghz_chan_freq); in ath12k_wmi_save_mac_phy_info()4802 __le32_to_cpu(mac_phy_cap->high_5ghz_chan_freq); in ath12k_wmi_save_mac_phy_info()4810 const struct ath12k_wmi_mac_phy_caps_params *mac_phy_cap; in ath12k_wmi_save_all_mac_phy_info() local4817 mac_phy_cap = svc_rdy_ext->mac_phy_caps; 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 …]