Lines Matching refs:supported_bands
636 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath12k_mac_txpower_recalc()
646 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) && in ath12k_mac_txpower_recalc()
916 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_monitor_vdev_create()
921 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_monitor_vdev_create()
2473 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) in ath12k_mac_op_bss_info_changed()
3988 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_setup_ht_vht_cap()
3997 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath12k_mac_setup_ht_vht_cap()
4244 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_setup_he_cap()
4253 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_setup_he_cap()
4262 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath12k_mac_setup_he_cap()
4762 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_setup_vdev_create_arg()
4766 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_setup_vdev_create_arg()
4770 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP && in ath12k_mac_setup_vdev_create_arg()
4787 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) in ath12k_mac_prepare_he_mode()
6521 u32 supported_bands) in ath12k_mac_setup_channels_rates() argument
6535 if (supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_setup_channels_rates()
6559 if (supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath12k_mac_setup_channels_rates()
6769 cap->supported_bands); in __ath12k_mac_register()