浏览代码

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
spuligil 6 年之前
父节点
当前提交
070493013d
共有 2 个文件被更改,包括 8 次插入1 次删除
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
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 {

+ 1 - 1
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