summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHong Shi <hongsh@codeaurora.org>2017-03-13 16:54:45 +0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-03-20 07:28:41 -0700
commitc5a51fbb6ab475cd577f67c7f88fd0f5472cca28 (patch)
treebed92e0bcd2f08129b4df30761708126eae2cbf1
parentd6f7a8daa4e267c31ffcb1f3b21ad96216f45a1a (diff)
qcacld-2.0: CL 2888275 - update fw common interface files
add WMI pdev parameters for antenna diversity user configuration Change-Id: Idcea99bd36dcb2bb5f346dbc3cc74e33cbc286c3 CRs-fixed: 865207
-rw-r--r--CORE/SERVICES/COMMON/wmi_unified.h6
-rw-r--r--CORE/SERVICES/COMMON/wmi_version.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index 5384ea79d784..428fbbf43ab8 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -3988,6 +3988,12 @@ typedef enum {
* 0 - Disable alternate chainmask scheme
*/
WMI_PDEV_PARAM_ALTERNATIVE_CHAINMASK_SCHEME,
+ /*
+ * User configured parameters for antenna diversity algorithm
+ * BIT[25..13]: Probe period (milliseconds units)
+ * BIT[12..0]: Stay period (milliseconds units)
+ */
+ WMI_PDEV_PARAM_ANT_DIV_USRCFG,
} WMI_PDEV_PARAM;
diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h
index 7aaa664b89f9..6cc1f7270b04 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_ 353
+#define __WMI_REVISION_ 354
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work