Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dwmi.c474 const struct ath12k_wmi_mac_phy_caps_params *mac_caps; in ath12k_pull_mac_phy_cap_svc_ready_ext() local
504 mac_caps = wmi_mac_phy_caps + phy_idx; in ath12k_pull_mac_phy_cap_svc_ready_ext()
506 pdev->pdev_id = le32_to_cpu(mac_caps->pdev_id); in ath12k_pull_mac_phy_cap_svc_ready_ext()
507 pdev_cap->supported_bands |= le32_to_cpu(mac_caps->supported_bands); in ath12k_pull_mac_phy_cap_svc_ready_ext()
508 pdev_cap->ampdu_density = le32_to_cpu(mac_caps->ampdu_density); in ath12k_pull_mac_phy_cap_svc_ready_ext()
511 fw_pdev->supported_bands = le32_to_cpu(mac_caps->supported_bands); in ath12k_pull_mac_phy_cap_svc_ready_ext()
512 fw_pdev->pdev_id = le32_to_cpu(mac_caps->pdev_id); in ath12k_pull_mac_phy_cap_svc_ready_ext()
513 fw_pdev->phy_id = le32_to_cpu(mac_caps->phy_id); in ath12k_pull_mac_phy_cap_svc_ready_ext()
520 if (le32_to_cpu(mac_caps->supported_bands) & WMI_HOST_WLAN_2G_CAP) { in ath12k_pull_mac_phy_cap_svc_ready_ext()
521 pdev_cap->tx_chain_mask = le32_to_cpu(mac_caps->tx_chain_mask_2g); in ath12k_pull_mac_phy_cap_svc_ready_ext()
[all …]