Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
Dmac.c667 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) && in ath12k_mac_txpower_recalc()
946 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_monitor_vdev_create()
2687 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) in ath12k_mac_op_bss_info_changed()
4286 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath12k_mac_setup_ht_vht_cap()
4654 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_setup_sband_iftype_data()
4664 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath12k_mac_setup_sband_iftype_data()
5184 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_setup_vdev_create_arg()
5188 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP && in ath12k_mac_setup_vdev_create_arg()
6974 if (band == WMI_HOST_WLAN_5G_CAP) in ath12k_get_phy_id()
7021 if (supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_setup_channels_rates()
[all …]
Dwmi.c511 } else if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_5G_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
554 if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_5G_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
3193 case WMI_HOST_WLAN_5G_CAP: in ath12k_fill_band_to_mac_param()
4220 if (bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_wmi_tlv_mac_phy_caps_ext_parse()
Dwmi.h226 WMI_HOST_WLAN_5G_CAP = 2, enumerator
/drivers/net/wireless/ath/ath11k/
Dmac.c681 (band2 & WMI_HOST_WLAN_5G_CAP))); in ath11k_mac_band_match()
776 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) && in ath11k_mac_txpower_recalc()
1068 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_monitor_vdev_create()
3621 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) in ath11k_mac_op_bss_info_changed()
5618 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_ht_vht_cap()
5897 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_he_cap()
5906 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_he_cap()
6510 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_vdev_create_params()
6514 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_vdev_create_params()
9182 if (band == WMI_HOST_WLAN_5G_CAP) in ath11k_get_phy_id()
[all …]
Dwmi.h122 WMI_HOST_WLAN_5G_CAP = 0x2, enumerator
123 WMI_HOST_WLAN_2G_5G_CAP = WMI_HOST_WLAN_2G_CAP | WMI_HOST_WLAN_5G_CAP,
Dwmi.c401 !(mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP)) in ath11k_pull_mac_phy_cap_svc_ready_ext()
413 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
452 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
4000 case WMI_HOST_WLAN_5G_CAP: in ath11k_fill_band_to_mac_param()