Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
A Dmac.c898 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_monitor_vdev_create()
902 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_monitor_vdev_create()
4601 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_ht_vht_cap()
4610 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_ht_vht_cap()
4854 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_he_cap()
4863 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_he_cap()
4872 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_he_cap()
7374 u32 supported_bands) in ath11k_mac_setup_channels_rates() argument
7389 if (supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_channels_rates()
7413 if (supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_channels_rates()
[all …]
A Dcore.h594 u32 supported_bands; member
A Dwmi.c347 pdev_cap->supported_bands |= mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
354 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
357 } else if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
384 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
398 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
3443 switch (pdev->cap.supported_bands) { in ath11k_fill_band_to_mac_param()
A Dwmi.h2426 u32 supported_bands; member
/linux/drivers/net/wireless/ralink/rt2x00/
A Drt2x00dev.c1044 if (spec->supported_bands & SUPPORT_BAND_2GHZ) { in rt2x00lib_probe_hw_modes()
1060 if (spec->supported_bands & SUPPORT_BAND_5GHZ) { in rt2x00lib_probe_hw_modes()
A Drt73usb.c2117 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt73usb_probe_hw_mode()
2124 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt73usb_probe_hw_mode()
2131 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt73usb_probe_hw_mode()
A Drt2500usb.c1696 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2500usb_probe_hw_mode()
1715 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt2500usb_probe_hw_mode()
A Drt2x00.h407 unsigned int supported_bands; member
A Drt2500pci.c1883 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2500pci_probe_hw_mode()
1902 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt2500pci_probe_hw_mode()
A Drt61pci.c2696 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt61pci_probe_hw_mode()
2708 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt61pci_probe_hw_mode()
A Drt2400pci.c1583 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2400pci_probe_hw_mode()
A Drt2800lib.c10084 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2800_probe_hw_mode()
10086 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt2800_probe_hw_mode()

Completed in 97 milliseconds