From e0784daae6a4e28222aa4d6b4a8ec928760c5d86 Mon Sep 17 00:00:00 2001 From: "Padma, Santhosh Kumar" Date: Fri, 6 Oct 2017 15:42:00 +0530 Subject: [PATCH] qcacmn: Add changes to handle WMI_ROAM_SYNCH_FRAME_EVENTID Firmware sends beacon/probe response, reassoc request and reassoc response using new event WMI_ROAM_SYNCH_FRAME_EVENTID when the data that it wants to send via WMI_ROAM_SYNCH_EVENTID exceeds max length 2k in firmware. Add common changes to handle WMI_ROAM_SYNCH_FRAME_EVENTID in such a scenario. Change-Id: I62755dfa3c2a4b0ff9ee48fd5f24cc2e300b374f CRs-Fixed: 2122432 --- wmi_unified_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index d2184bc57e..98bdc6a498 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -5335,6 +5335,7 @@ typedef enum { wmi_ba_rsp_ssn_event_id, wmi_aggr_state_trig_event_id, wmi_roam_synch_event_id, + wmi_roam_synch_frame_event_id, wmi_p2p_disc_event_id, wmi_p2p_noa_event_id, wmi_p2p_lo_stop_event_id,