Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dcore.h595 u32 supported_bands; member
629 u32 supported_bands; member
Dmac.c657 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath12k_mac_txpower_recalc()
667 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) && in ath12k_mac_txpower_recalc()
941 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_monitor_vdev_create()
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()
4277 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath12k_mac_setup_ht_vht_cap()
4286 if (cap->supported_bands & WMI_HOST_WLAN_5G_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()
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()
[all …]
Dwmi.c495 pdev_cap->supported_bands |= le32_to_cpu(mac_caps->supported_bands); in ath12k_pull_mac_phy_cap_svc_ready_ext()
499 fw_pdev->supported_bands = le32_to_cpu(mac_caps->supported_bands); in ath12k_pull_mac_phy_cap_svc_ready_ext()
508 if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_2G_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
511 } else if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_5G_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()
554 if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_5G_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
3184 switch (pdev->cap.supported_bands) { in ath12k_fill_band_to_mac_param()
4194 bands = fw_pdev->supported_bands; in ath12k_wmi_tlv_mac_phy_caps_ext_parse()
4202 bands = pdev->cap.supported_bands; in ath12k_wmi_tlv_mac_phy_caps_ext_parse()
Dwmi.h2544 __le32 supported_bands; member
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dcore.h754 u32 supported_bands; member
882 enum WMI_HOST_WLAN_BAND supported_bands; member
Dmac.c700 if (ath11k_mac_band_match(band, ab->target_pdev_ids[i].supported_bands)) in ath11k_mac_get_target_pdev_id_from_vif()
766 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath11k_mac_txpower_recalc()
776 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) && in ath11k_mac_txpower_recalc()
1064 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_monitor_vdev_create()
1068 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_monitor_vdev_create()
3623 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) in ath11k_mac_op_bss_info_changed()
5612 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_ht_vht_cap()
5621 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_ht_vht_cap()
5891 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_he_cap()
5900 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_he_cap()
[all …]
Dwmi.c393 pdev_cap->supported_bands |= mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
395 ab->target_pdev_ids[ab->target_pdev_count].supported_bands = in ath11k_pull_mac_phy_cap_svc_ready_ext()
396 mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
400 if (!(mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath11k_pull_mac_phy_cap_svc_ready_ext()
401 !(mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_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()
413 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_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()
452 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
3991 switch (pdev->cap.supported_bands) { in ath11k_fill_band_to_mac_param()
Dwmi.h2486 u32 supported_bands; member
/Linux-v6.6/drivers/net/wireless/ralink/rt2x00/
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()
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()
Drt2x00.h407 unsigned int supported_bands; member
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()
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()
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()
Drt2400pci.c1583 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2400pci_probe_hw_mode()
Drt2800lib.c11702 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2800_probe_hw_mode()
11704 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt2800_probe_hw_mode()