From af2196bc535e07df37d4a4dd30b1b1fdb6988463 Mon Sep 17 00:00:00 2001 From: Wu Gao Date: Wed, 15 Mar 2017 19:12:20 +0800 Subject: [PATCH] qcacmn: Defines os and target interfaces Defines API and callbacks of os interface for P2P component. At the same time, defines API of target interface. Change-Id: Ice1c86ecba1f2410d965d9f84923589f229a1864 CRs-Fixed: 2013763 --- wmi_unified_param.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wmi_unified_param.h b/wmi_unified_param.h index 2b616908db..840f6100ce 100644 --- a/wmi_unified_param.h +++ b/wmi_unified_param.h @@ -5023,6 +5023,7 @@ typedef enum { wmi_roam_synch_event_id, wmi_p2p_disc_event_id, wmi_p2p_noa_event_id, + wmi_p2p_lo_stop_event_id, wmi_pdev_resume_event_id, wmi_do_wow_disable_ack_event_id, wmi_wow_initial_wakeup_event_id,