Lines Matching refs:supported_bands

693 		if (ath11k_mac_band_match(band, ab->target_pdev_ids[i].supported_bands))  in ath11k_mac_get_target_pdev_id_from_vif()
759 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath11k_mac_txpower_recalc()
769 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) && in ath11k_mac_txpower_recalc()
1057 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_monitor_vdev_create()
1061 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_monitor_vdev_create()
3315 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) in ath11k_mac_op_bss_info_changed()
5110 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_ht_vht_cap()
5119 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_ht_vht_cap()
5363 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_he_cap()
5372 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_he_cap()
5381 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_he_cap()
5922 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_vdev_create_params()
5926 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_vdev_create_params()
5930 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_vdev_create_params()
5945 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) in ath11k_mac_prepare_he_mode()
8630 u32 supported_bands) in ath11k_mac_setup_channels_rates() argument
8645 if (supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_channels_rates()
8669 if (supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_channels_rates()
8876 cap->supported_bands); in __ath11k_mac_register()