Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H 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()
H A Dwmi.c410 u32 supported_bands; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
434 supported_bands = le32_to_cpu(mac_caps->supported_bands); in ath12k_pull_mac_phy_cap_svc_ready_ext()
436 if (!(supported_bands & WMI_HOST_WLAN_2GHZ_CAP) && in ath12k_pull_mac_phy_cap_svc_ready_ext()
437 !(supported_bands & WMI_HOST_WLAN_5GHZ_CAP)) in ath12k_pull_mac_phy_cap_svc_ready_ext()
442 pdev_cap->supported_bands |= supported_bands; in ath12k_pull_mac_phy_cap_svc_ready_ext()
446 fw_pdev->supported_bands = supported_bands; in ath12k_pull_mac_phy_cap_svc_ready_ext()
455 if (supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
460 if (supported_bands & WMI_HOST_WLAN_5GHZ_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
485 if (supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
505 if (supported_bands & WMI_HOST_WLAN_5GHZ_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
[all …]
H A Dmac.c997 if (ath12k_mac_band_match(band, ab->fw_pdev[i].supported_bands)) in ath12k_mac_get_target_pdev_id_from_vif()
1072 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_2GHZ_CAP) && in ath12k_mac_txpower_recalc()
1082 if ((pdev->cap.supported_bands & WMI_HOST_WLAN_5GHZ_CAP) && in ath12k_mac_txpower_recalc()
4925 if (ar->pdev->cap.supported_bands & WMI_HOST_WLAN_5GHZ_CAP) in ath12k_mac_bss_info_changed()
8444 if (cap->supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_mac_setup_ht_vht_cap()
8453 if (cap->supported_bands & WMI_HOST_WLAN_5GHZ_CAP && in ath12k_mac_setup_ht_vht_cap()
8905 if (cap->supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_mac_setup_sband_iftype_data()
8915 if (cap->supported_bands & WMI_HOST_WLAN_5GHZ_CAP) { in ath12k_mac_setup_sband_iftype_data()
8925 if (cap->supported_bands & WMI_HOST_WLAN_5GHZ_CAP && in ath12k_mac_setup_sband_iftype_data()
9966 if (pdev->cap.supported_bands & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_mac_setup_vdev_create_arg()
[all …]
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00dev.c1051 if (spec->supported_bands & SUPPORT_BAND_2GHZ) { in rt2x00lib_probe_hw_modes()
1067 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 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()
/linux/drivers/net/wireless/ath/ath11k/
H 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()
4159 switch (pdev->cap.supported_bands) { in ath11k_fill_band_to_mac_param()