From 17b8b3a6ef973a7c2ef9bfb192d772583c69e2bf Mon Sep 17 00:00:00 2001 From: spuligil Date: Wed, 12 Dec 2018 01:18:45 -0800 Subject: [PATCH] fw-api: CL 6053746 - update fw common interface files Change-Id: I0e80a900831537b11a99c7cad4f67ddba2df2931 WMI: add reset_delay field to DMA_BUF_RELEASE msg CRs-Fixed: 2262693 --- fw/wmi_unified.h | 7 +++++++ fw/wmi_version.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 4e076738808b..d9724409d4f2 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -23744,6 +23744,13 @@ typedef struct { * Hence sending the NF values in dBm units as meta data information. */ A_INT32 noise_floor[WMI_MAX_CHAINS]; + /** + * The time taken by target in micro seconds to complete the reset routine + * and re-initiate the spectral scan. + * If the delay is 0, the WAR to bookkeep the timestamp wont be exercised + * in HOST. + */ + A_UINT32 reset_delay; } wmi_dma_buf_release_spectral_meta_data; typedef enum { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 654350b62527..446fac75f88e 100755 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ -#define __WMI_REVISION_ 605 +#define __WMI_REVISION_ 606 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work