qcacmn: Add API to parse the T2LM event ID

Add API to parse the TID-to-link mapping event ID for the AP vaps.
As part of this event,
	 - Update the mapping switch time TSF value in host data structures.
	 - When mapping switch time or expected duration expires in the FW,
	   update the host data structure.

Change-Id: I93232429fe5c2aa12dc4bf9f6a2f014761b7df15
CRs-Fixed: 3350697
This commit is contained in:
Shashikala Prabhu
2022-12-01 11:32:35 +05:30
zatwierdzone przez Madan Koyyalamudi
rodzic 1f137636fa
commit 952dd4de06
12 zmienionych plików z 234 dodań i 40 usunięć

Wyświetl plik

@@ -3100,9 +3100,9 @@ QDF_STATUS (*send_mlo_vdev_tid_to_link_map)(
struct wmi_host_tid_to_link_map_ap_params *params);
QDF_STATUS (*extract_mlo_vdev_tid_to_link_map_event)(
struct wmi_unified *wmi_handle,
uint8_t *buf,
struct wmi_host_tid_to_link_map_resp *params);
struct wmi_unified *wmi_handle,
uint8_t *buf,
struct mlo_vdev_host_tid_to_link_map_resp *params);
QDF_STATUS (*extract_mlo_vdev_bcast_tid_to_link_map_event)(
struct wmi_unified *wmi_handle,