Browse Source

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

add WMI_PDEV_PARAM_DATA_STALL_DETECT_ENABLE def

Change-Id: I5f8518dd8bddcb866ff544fcc31bd6e123c9c60e
CRs-Fixed: 1107600
spuligil 7 years ago
parent
commit
34d31b5a83
2 changed files with 4 additions and 1 deletions
  1. 3 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 3 - 0
fw/wmi_unified.h

@@ -4627,6 +4627,9 @@ typedef enum {
      * 11 - Dynamic voltage corner selection based on TPUT and Tx Flush counters
      */
     WMI_PDEV_UPDATE_WDCVS_ALGO,                       /* 0x9a */
+
+    /* Enable/Disable data stall detection */
+    WMI_PDEV_PARAM_DATA_STALL_DETECT_ENABLE,          /* 0x9b */
 } WMI_PDEV_PARAM;
 
 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_ 453
+#define __WMI_REVISION_ 454
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work