Home
last modified time | relevance | path

Searched refs:hw_config_type (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c5638 enum wmi_host_hw_mode_config_type hw_config_type, in ath12k_wmi_update_mac_freq_info() argument
5649 hw_config_type, phy_id, mac_cap->supported_bands, in ath12k_wmi_update_mac_freq_info()
5656 switch (hw_config_type) { in ath12k_wmi_update_mac_freq_info()
5711 enum wmi_host_hw_mode_config_type hw_config_type; in ath12k_wmi_update_hw_mode_list() local
5732 hw_config_type = tmp->hw_mode_config_type; in ath12k_wmi_update_hw_mode_list()
5733 ath12k_wmi_update_mac_freq_info(ab, hw_config_type, tmp->phy_id, tmp); in ath12k_wmi_update_hw_mode_list()
5736 if (hw_config_type == WMI_HOST_HW_MODE_DBS || in ath12k_wmi_update_hw_mode_list()
5737 hw_config_type == WMI_HOST_HW_MODE_SBS_PASSIVE || in ath12k_wmi_update_hw_mode_list()
5738 hw_config_type == WMI_HOST_HW_MODE_SBS || in ath12k_wmi_update_hw_mode_list()
5739 hw_config_type == WMI_HOST_HW_MODE_DBS_OR_SBS) { in ath12k_wmi_update_hw_mode_list()
[all …]