Home
last modified time | relevance | path

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

/src/sys/contrib/dev/athk/ath12k/
H A Dwmi.c503 const struct ath12k_wmi_mac_phy_caps_params *mac_caps; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
533 mac_caps = wmi_mac_phy_caps + phy_idx; in ath12k_pull_mac_phy_cap_svc_ready_ext()
535 pdev->pdev_id = ath12k_wmi_mac_phy_get_pdev_id(mac_caps); in ath12k_pull_mac_phy_cap_svc_ready_ext()
536 pdev->hw_link_id = ath12k_wmi_mac_phy_get_hw_link_id(mac_caps); in ath12k_pull_mac_phy_cap_svc_ready_ext()
537 pdev_cap->supported_bands |= le32_to_cpu(mac_caps->supported_bands); in ath12k_pull_mac_phy_cap_svc_ready_ext()
538 pdev_cap->ampdu_density = le32_to_cpu(mac_caps->ampdu_density); in ath12k_pull_mac_phy_cap_svc_ready_ext()
541 fw_pdev->supported_bands = le32_to_cpu(mac_caps->supported_bands); in ath12k_pull_mac_phy_cap_svc_ready_ext()
542 fw_pdev->pdev_id = ath12k_wmi_mac_phy_get_pdev_id(mac_caps); in ath12k_pull_mac_phy_cap_svc_ready_ext()
543 fw_pdev->phy_id = le32_to_cpu(mac_caps->phy_id); in ath12k_pull_mac_phy_cap_svc_ready_ext()
550 if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_2GHZ_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
[all …]