Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath11k/
H A Dwmi.c45 struct wmi_mac_phy_capabilities *mac_phy_caps; member
376 struct wmi_mac_phy_capabilities *mac_phy_caps; in ath11k_pull_mac_phy_cap_svc_ready_ext() local
404 mac_phy_caps = wmi_mac_phy_caps + phy_idx; in ath11k_pull_mac_phy_cap_svc_ready_ext()
406 pdev->pdev_id = mac_phy_caps->pdev_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
407 pdev_cap->supported_bands |= mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
408 pdev_cap->ampdu_density = mac_phy_caps->ampdu_density; in ath11k_pull_mac_phy_cap_svc_ready_ext()
410 mac_phy_caps->supported_bands; in ath11k_pull_mac_phy_cap_svc_ready_ext()
411 ab->target_pdev_ids[ab->target_pdev_count].pdev_id = mac_phy_caps->pdev_id; in ath11k_pull_mac_phy_cap_svc_ready_ext()
414 if (!(mac_phy_caps->supported_bands & WMI_HOST_WLAN_2G_CAP) && in ath11k_pull_mac_phy_cap_svc_ready_ext()
415 !(mac_phy_caps->supported_bands & WMI_HOST_WLAN_5G_CAP)) in ath11k_pull_mac_phy_cap_svc_ready_ext()
[all …]
/linux/drivers/net/wireless/ath/ath12k/
H A Dwmi.c64 struct ath12k_wmi_mac_phy_caps_params *mac_phy_caps; member
472 const struct ath12k_wmi_mac_phy_caps_params *wmi_mac_phy_caps = svc->mac_phy_caps; in ath12k_pull_mac_phy_cap_svc_ready_ext()
4778 svc_rdy_ext->mac_phy_caps = in ath12k_wmi_mac_phy_caps_parse()
4779 kzalloc_objs(*svc_rdy_ext->mac_phy_caps, in ath12k_wmi_mac_phy_caps_parse()
4782 if (!svc_rdy_ext->mac_phy_caps) in ath12k_wmi_mac_phy_caps_parse()
4787 memcpy(svc_rdy_ext->mac_phy_caps + svc_rdy_ext->n_mac_phy_caps, ptr, len); in ath12k_wmi_mac_phy_caps_parse()
5019 mac_phy_cap = svc_rdy_ext->mac_phy_caps; in ath12k_wmi_save_all_mac_phy_info()
5145 kfree(svc_rdy_ext.mac_phy_caps); in ath12k_service_ready_ext_event()
5149 kfree(svc_rdy_ext.mac_phy_caps); in ath12k_service_ready_ext_event()