Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath12k/
A Dreg.c272 u32 phy_id, freq_low, freq_high, supported_bands; in ath12k_regd_update() local
291 supported_bands = ar->pdev->cap.supported_bands; in ath12k_regd_update()
301 if (supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_regd_update()
313 if (supported_bands & WMI_HOST_WLAN_5GHZ_CAP && !ar->supports_6ghz) { in ath12k_regd_update()
325 if (supported_bands & WMI_HOST_WLAN_5GHZ_CAP && ar->supports_6ghz) { in ath12k_regd_update()
A Dcore.h890 u32 supported_bands; member
929 u32 supported_bands; member
A Dwmi.c517 pdev_cap->supported_bands |= le32_to_cpu(mac_caps->supported_bands); in ath12k_pull_mac_phy_cap_svc_ready_ext()
521 fw_pdev->supported_bands = le32_to_cpu(mac_caps->supported_bands); in ath12k_pull_mac_phy_cap_svc_ready_ext()
530 if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
3857 switch (pdev->cap.supported_bands) { in ath12k_fill_band_to_mac_param()
4730 mac_phy_info->supported_bands = __le32_to_cpu(mac_phy_cap->supported_bands); in ath12k_wmi_save_mac_phy_info()
4769 mac_phy_info->supported_bands, mac_phy_info->phy_id, in ath12k_wmi_save_all_mac_phy_info()
4971 bands = fw_pdev->supported_bands; in ath12k_wmi_tlv_mac_phy_caps_ext_parse()
4979 bands = pdev->cap.supported_bands; in ath12k_wmi_tlv_mac_phy_caps_ext_parse()
5060 if (mac_cap->supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_wmi_update_freq_info()
5071 if (mac_cap->supported_bands & WMI_HOST_WLAN_5GHZ_CAP) { in ath12k_wmi_update_freq_info()
[all …]
A Dmac.c1034 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2GHZ_CAP) && in ath12k_mac_txpower_recalc()
1044 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5GHZ_CAP) && in ath12k_mac_txpower_recalc()
7731 if (cap->supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_mac_setup_ht_vht_cap()
7740 if (cap->supported_bands & WMI_HOST_WLAN_5GHZ_CAP && in ath12k_mac_setup_ht_vht_cap()
8192 if (cap->supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_mac_setup_sband_iftype_data()
8202 if (cap->supported_bands & WMI_HOST_WLAN_5GHZ_CAP) { in ath12k_mac_setup_sband_iftype_data()
8212 if (cap->supported_bands & WMI_HOST_WLAN_5GHZ_CAP && in ath12k_mac_setup_sband_iftype_data()
13097 u32 supported_bands, in ath12k_mac_setup_channels_rates() argument
13115 if (supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_mac_setup_channels_rates()
13162 if (supported_bands & WMI_HOST_WLAN_5GHZ_CAP) { in ath12k_mac_setup_channels_rates()
[all …]
A Dwmi.h2693 __le32 supported_bands; member
5148 u32 supported_bands; member
/drivers/net/wireless/ath/ath11k/
A Dmac.c1062 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_monitor_vdev_create()
1066 if (pdev->cap.supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_monitor_vdev_create()
5541 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_ht_vht_cap()
5550 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_ht_vht_cap()
5820 if (cap->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_he_cap()
5830 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_he_cap()
5840 if (cap->supported_bands & WMI_HOST_WLAN_5G_CAP && in ath11k_mac_setup_he_cap()
9887 u32 supported_bands) in ath11k_mac_setup_channels_rates() argument
9902 if (supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_mac_setup_channels_rates()
9926 if (supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_mac_setup_channels_rates()
[all …]
A Dcore.h810 u32 supported_bands; member
947 enum WMI_HOST_WLAN_BAND supported_bands; member
A Dwmi.c398 pdev_cap->supported_bands |= mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
400 ab->target_pdev_ids[ab->target_pdev_count].supported_bands = in ath11k_pull_mac_phy_cap_svc_ready_ext()
401 mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
405 if (!(mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath11k_pull_mac_phy_cap_svc_ready_ext()
406 !(mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP)) in ath11k_pull_mac_phy_cap_svc_ready_ext()
413 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
418 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
443 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
457 if (mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP) { in ath11k_pull_mac_phy_cap_svc_ready_ext()
4100 switch (pdev->cap.supported_bands) { in ath11k_fill_band_to_mac_param()
A Dwmi.h2504 u32 supported_bands; member
/drivers/net/wireless/ralink/rt2x00/
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()
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.h397 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.c11826 spec->supported_bands = SUPPORT_BAND_2GHZ; in rt2800_probe_hw_mode()
11828 spec->supported_bands |= SUPPORT_BAND_5GHZ; in rt2800_probe_hw_mode()

Completed in 993 milliseconds