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:

zatwierdzone przez
Madan Koyyalamudi

rodzic
1f137636fa
commit
952dd4de06
@@ -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,
|
||||
|
Reference in New Issue
Block a user