diff options
| author | Manikandaraja Venkatachalapathy <vmanikan@qca.qualcomm.com> | 2014-03-10 18:07:37 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-03-13 11:08:20 -0700 |
| commit | 545e2b93dbd241ef44bdade9f8ea07d34c05c4c8 (patch) | |
| tree | 33eb3420e34afa227a97db33b1398240ca03a9fb | |
| parent | 8e3428f52f6c081ee8b880576d2c0aa87fbe1287 (diff) | |
qcacld: CL 867249 - update fw common interface files
PLM patch for providing dialog_token to firmware
Change-Id: Ia8ea8bdc2630952580b1837fcfe3292570433e9a
CRs-Fixed: 626404
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |
