qcacmn: Add support to extract wmi_mlo_link_removal_tbtt_update TLV

WMI_MLO_LINK_REMOVAL_EVENTID will be sent by FW to update the Host with the
progress of the link delete operation. Add support to extract the TBTT
update TLV sent in this event.

Change-Id: I01ce710d282f16e7a7cf4fb767279661558d129f
CRs-Fixed: 3322714
This commit is contained in:
Shiva Krishna Pittala
2022-10-27 19:44:19 +05:30
committed by Madan Koyyalamudi
parent b24b3a7e25
commit 11dccd8fac
5 changed files with 90 additions and 4 deletions

View File

@@ -3044,6 +3044,11 @@ QDF_STATUS (*extract_mlo_link_removal_evt_fixed_param)(
struct wmi_unified *wmi_handle,
void *buf,
struct mlo_link_removal_evt_params *params);
QDF_STATUS (*extract_mlo_link_removal_tbtt_update)(
struct wmi_unified *wmi_handle,
void *buf,
struct mlo_link_removal_tbtt_info *tbtt_info);
#endif
#ifdef WLAN_FEATURE_SON