Home
last modified time | relevance | path

Searched refs:supported_bands (Results 1 - 25 of 28) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/
H A Dcore.h595 u32 supported_bands; member
629 u32 supported_bands; member
H A 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 in ath12k_mac_setup_sband_iftype_data()
6967 ath12k_mac_setup_channels_rates(struct ath12k *ar, u32 supported_bands) ath12k_mac_setup_channels_rates() argument
[all...]
H A 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()
4200 bands = fw_pdev->supported_bands; in ath12k_wmi_tlv_mac_phy_caps_ext_parse()
[all...]
H A Dwmi.h2544 __le32 supported_bands; member
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Dcore.h754 u32 supported_bands; member
882 enum WMI_HOST_WLAN_BAND supported_bands; member
H A 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()
3628 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) in ath11k_mac_op_bss_info_changed()
5617 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_ht_vht_cap()
5626 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_ht_vht_cap()
5896 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_he_cap()
5905 if (cap->supported_bands in ath11k_mac_setup_he_cap()
9184 ath11k_mac_setup_channels_rates(struct ath11k *ar, u32 supported_bands) ath11k_mac_setup_channels_rates() argument
[all...]
H A 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 in ath11k_pull_mac_phy_cap_svc_ready_ext()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dmac.c613 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath11k_mac_txpower_recalc()
623 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) && in ath11k_mac_txpower_recalc()
2045 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) in ath11k_mac_op_bss_info_changed()
3569 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_ht_vht_cap()
3578 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && !ar->supports_6ghz) { in ath11k_mac_setup_ht_vht_cap()
3827 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_he_cap()
3836 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_he_cap()
3845 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_he_cap()
4320 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_vdev_create_params()
4324 if (pdev->cap.supported_bands in ath11k_mac_setup_vdev_create_params()
6007 ath11k_mac_setup_channels_rates(struct ath11k *ar, u32 supported_bands) ath11k_mac_setup_channels_rates() argument
[all...]
H A Dcore.h576 u32 supported_bands; member
H A Dwmi.c341 pdev_cap->supported_bands |= mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
348 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
351 } else if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
374 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
388 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
3051 switch (pdev->cap.supported_bands) { in ath11k_fill_band_to_mac_param()
H A Dwmi.h2354 u32 supported_bands; member
/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dev.c1050 if (spec->supported_bands & SUPPORT_BAND_2GHZ) { in rt2x00lib_probe_hw_modes()
1066 if (spec->supported_bands & SUPPORT_BAND_5GHZ) { in rt2x00lib_probe_hw_modes()
H 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()
H A Drt2x00.h389 * @supported_bands: Bitmask contained the supported bands (2.4GHz, 5.2GHz).
398 unsigned int supported_bands; member
H 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()
H 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()
H 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()
H A Drt2400pci.c1583 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2400pci_probe_hw_mode()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dev.c1045 if (spec->supported_bands & SUPPORT_BAND_2GHZ) { in rt2x00lib_probe_hw_modes()
1061 if (spec->supported_bands & SUPPORT_BAND_5GHZ) { in rt2x00lib_probe_hw_modes()
H 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()
H A Drt2x00.h398 * @supported_bands: Bitmask contained the supported bands (2.4GHz, 5.2GHz).
407 unsigned int supported_bands; member
H 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()
H 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()
H 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()
H A Drt2400pci.c1583 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2400pci_probe_hw_mode()

Completed in 133 milliseconds

12