summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2017-10-12 19:01:55 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-10-17 11:15:23 -0700
commitc7926854dcd9e64217d46ed8a313df324a0544ff (patch)
tree432d994ab3e279d19f3ec4fa16475df1bb439bd3
parent84ea8ae918d0c2f9868cafc45b69846f2d620420 (diff)
fw-api: CL 3591837 - update fw common interface files
add WMI_PDEV_PARAM_DATA_STALL_DETECT_ENABLE def Change-Id: I5f8518dd8bddcb866ff544fcc31bd6e123c9c60e CRs-Fixed: 1107600
-rwxr-xr-xfw/wmi_unified.h3
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index fc47e2c3d1ba..da4ef53a548c 100755
--- a/fw/wmi_unified.h
+++ b/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 {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 2106afa8cf46..88df9a70ec2b 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_ 453
+#define __WMI_REVISION_ 454
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work