diff options
| author | Service qcabuildsw <qcabuildsw@localhost> | 2017-03-10 13:56:30 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-03-10 13:56:30 -0800 |
| commit | c8236404586e42cecd2a7850e578f66faf664e4b (patch) | |
| tree | cda5f47034479ac00d7601ff1b2bcfd1790de531 | |
| parent | 9c30f3d1840363725f9f1968da37796f211ce40c (diff) | |
| parent | 55b15316bfd0e2fd4129a8bc1fa88c36378b4cf5 (diff) | |
Merge "fw-api: CL 2888275 - update fw common interface files" into wlan-api.lnx.1.1-dev
| -rwxr-xr-x | fw/wmi_unified.h | 5 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index fdb3b3b68adf..0ea1f751b1d4 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -3938,6 +3938,11 @@ 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/fw/wmi_version.h b/fw/wmi_version.h index 9522ac755b33..d167f14edead 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_ 353 +#define __WMI_REVISION_ 354 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
