summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortinlin <tinlin@codeaurora.org>2018-04-11 19:29:32 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2018-04-12 20:21:13 -0700
commit4f62d902df742c9261aeb15f69f367e8f16d2755 (patch)
tree7fc293d1673b06b6c8ec8d2031b9177ab26e17a6
parent7a2a14131c795ac9906877d27af36951df4174ef (diff)
qcacld-2.0: CL 4179095 - Update fw common interface files
Define WMI_VDEV_PARAM_FORCED_MODDTIM_ENABLE. Change-Id: I824319207aef49074d8b3e17cc5a54febcbbbd29 CRs-fixed: 865207
-rw-r--r--CORE/SERVICES/COMMON/wmi_unified.h8
-rw-r--r--CORE/SERVICES/COMMON/wmi_version.h2
2 files changed, 9 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index b190ff478982..879cffe0bd05 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -7987,6 +7987,14 @@ typedef enum {
*/
WMI_VDEV_PARAM_BA_MODE, /* 0x7e */
+ /**
+ * VDEV parameter to force to set modulate DTIM count as listen interval,
+ * no matter whether WoW is enabled
+ * Default: Disabled.
+ * Valid values: 0- Disabled,
+ * 1- Enabled.
+ */
+ WMI_VDEV_PARAM_FORCED_MODDTIM_ENABLE, /* 0x7f */
/* Set channel pwr limit value of the vdev the minimal value of all
* vdevs operating on this channel will be set as channel tx power
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index e6a18c8cd97c..eadff472bedb 100644
--- a/CORE/SERVICES/COMMON/wmi_version.h
+++ b/CORE/SERVICES/COMMON/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_ 507
+#define __WMI_REVISION_ 508
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work