Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/ath/ath12k/
Dmac.c657 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath12k_mac_txpower_recalc()
941 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_monitor_vdev_create()
4277 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_setup_ht_vht_cap()
4644 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_setup_sband_iftype_data()
5180 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_setup_vdev_create_arg()
5205 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) in ath12k_mac_prepare_he_mode()
6956 if (band == WMI_HOST_WLAN_2G_CAP) in ath12k_get_phy_id()
6982 if (supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_setup_channels_rates()
6998 phy_id = ath12k_get_phy_id(ar, WMI_HOST_WLAN_2G_CAP); in ath12k_mac_setup_channels_rates()
Dwmi.c508 if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_2G_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
534 if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_2G_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
3189 case WMI_HOST_WLAN_2G_CAP: in ath12k_fill_band_to_mac_param()
4211 if (bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_wmi_tlv_mac_phy_caps_ext_parse()
Dwmi.h225 WMI_HOST_WLAN_2G_CAP = 1, enumerator
/linux-6.6.21/drivers/net/wireless/ath/ath11k/
Dmac.c679 return (((band1 == NL80211_BAND_2GHZ) && (band2 & WMI_HOST_WLAN_2G_CAP)) || in ath11k_mac_band_match()
766 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath11k_mac_txpower_recalc()
1064 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_monitor_vdev_create()
5612 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_ht_vht_cap()
5891 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_he_cap()
6501 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_vdev_create_params()
9168 if (band == WMI_HOST_WLAN_2G_CAP) in ath11k_get_phy_id()
9195 if (supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_channels_rates()
9211 phy_id = ath11k_get_phy_id(ar, WMI_HOST_WLAN_2G_CAP); in ath11k_mac_setup_channels_rates()
Dwmi.h121 WMI_HOST_WLAN_2G_CAP = 0x1, enumerator
123 WMI_HOST_WLAN_2G_5G_CAP = WMI_HOST_WLAN_2G_CAP | WMI_HOST_WLAN_5G_CAP,
Dwmi.c400 if (!(mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath11k_pull_mac_phy_cap_svc_ready_ext()
408 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
438 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
3996 case WMI_HOST_WLAN_2G_CAP: in ath11k_fill_band_to_mac_param()