From 545e2b93dbd241ef44bdade9f8ea07d34c05c4c8 Mon Sep 17 00:00:00 2001 From: Manikandaraja Venkatachalapathy Date: Mon, 10 Mar 2014 18:07:37 -0700 Subject: qcacld: CL 867249 - update fw common interface files PLM patch for providing dialog_token to firmware Change-Id: Ia8ea8bdc2630952580b1837fcfe3292570433e9a CRs-Fixed: 626404 --- CORE/SERVICES/COMMON/wmi_unified.h | 1 + 1 file changed, 1 insertion(+) diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 405d151df06d..ea7316ea8cd1 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -5357,6 +5357,7 @@ typedef struct { A_UINT32 tlv_header; A_UINT32 vdev_id; /* home vdev id */ A_UINT32 meas_token; /* from measure request frame */ + A_UINT32 dialog_token; A_UINT32 number_bursts; /* zero keep sending until cancel, bigger than 0 means times e.g. 1,2 */ A_UINT32 burst_interval; /* unit in mill seconds, interval between consecutive burst*/ A_UINT32 burst_cycle; /* times cycle through within one burst */ -- cgit v1.2.3