Browse Source

fw-api: CL 14439129 - update fw common interface files

Add TSF_TSTAMP_AUTO_REPORT_ENABLE,_DISABLE defs

Change-Id: I0f568338b9c3df7402e139414a6f0d60ab651ce1
CRs-Fixed: 2262693
spuligil 3 years ago
parent
commit
1799e31bc4
2 changed files with 3 additions and 1 deletions
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -24262,6 +24262,8 @@ typedef enum {
     TSF_TSTAMP_CAPTURE_RESET = 2,
     TSF_TSTAMP_READ_VALUE = 3,
     TSF_TSTAMP_QTIMER_CAPTURE_REQ = 4,
+    TSF_TSTAMP_AUTO_REPORT_ENABLE = 5,
+    TSF_TSTAMP_AUTO_REPORT_DISABLE = 6,
 } wmi_tsf_tstamp_action;
 
 typedef struct {

+ 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_ 1013
+#define __WMI_REVISION_ 1014
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work