diff options
| author | Nitesh Shah <niteshs@qti.qualcomm.com> | 2016-07-20 17:14:53 +0530 |
|---|---|---|
| committer | Anjaneedevi Kapparapu <akappa@codeaurora.org> | 2016-07-28 14:36:56 +0530 |
| commit | a1bb95e55c58bc60445738bc5a349e7703012274 (patch) | |
| tree | 26cd839e383caf351401a096cc25988b5e2c689a | |
| parent | 21aa540eb6c359d6b8847a7cea59a88ae12a009b (diff) | |
qcacld-2.0: CL 1548852 - update fw common interface files
Adding ANT_DIV WMI_PDEV_PARAMs.
Change-Id: I473e46c1236140c780059d2877e573bbe22b1586
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 21 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 22 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index bfdb336abb90..325c3573a52a 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -3620,6 +3620,27 @@ typedef enum { * Units are microseconds. */ WMI_PDEV_PARAM_PROPAGATION_DELAY, + /** + * Host can enable/disable ANT DIV feature + * if it's been enabled in BDF + */ + WMI_PDEV_PARAM_ENA_ANT_DIV, + /** Host can force one chain to select a specific ANT */ + WMI_PDEV_PARAM_FORCE_CHAIN_ANT, + /** + * Start a cycle ANT self test periodically. + * In the test, the FW would select each ANT pair + * one by one, the cycle time could be configured + * via WMI_PDEV_PARAM_ANT_DIV_SELFTEST_INTVL + */ + WMI_PDEV_PARAM_ANT_DIV_SELFTEST, + /** + * Configure the cycle time of ANT self test, + * the unit is micro second. Per the timer + * limitation, too small value could be not so + * accurate. + */ + WMI_PDEV_PARAM_ANT_DIV_SELFTEST_INTVL, } WMI_PDEV_PARAM; diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 64fd1067b0f5..98ecd5c60e20 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_ 276 +#define __WMI_REVISION_ 277 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
