Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c45 struct wmi_mac_phy_capabilities *mac_phy_caps; member
367 struct wmi_mac_phy_capabilities *mac_phy_caps; in ath11k_pull_mac_phy_cap_svc_ready_ext() local
395 mac_phy_caps = wmi_mac_phy_caps + phy_idx; in ath11k_pull_mac_phy_cap_svc_ready_ext()
397 pdev->pdev_id = mac_phy_caps->pdev_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
398 pdev_cap->supported_bands |= mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
399 pdev_cap->ampdu_density = mac_phy_caps->ampdu_density; in ath11k_pull_mac_phy_cap_svc_ready_ext()
401 mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
402 ab->target_pdev_ids[ab->target_pdev_count].pdev_id = mac_phy_caps->pdev_id; 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()
[all …]