diff options
| author | spuligil <spuligil@codeaurora.org> | 2017-10-02 19:02:16 -0700 |
|---|---|---|
| committer | snandini <snandini@codeaurora.org> | 2017-10-12 03:42:30 -0700 |
| commit | f7bc4d97dcdd70e10950f4026fa3c6a963e2613e (patch) | |
| tree | a0de2aab9708749b67e2cf7b1c1917dcd8d1ae17 | |
| parent | 8a7959ea068f3fa6c1885e8de6829be262ce4901 (diff) | |
fw-api: CL 3531340 - update fw common interface files
Define VDEV parameter to configure the number of TX chains to use for a/b/g rate
Change-Id: I4e91f7eb94d97f8be8a57b337987fae1911f678e
CRs-Fixed: 1107600
| -rwxr-xr-x | fw/wmi_unified.h | 10 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index ebeb534526c1..3cf21f8f47b8 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -7749,6 +7749,16 @@ typedef enum { */ WMI_VDEV_PARAM_HE_LTF, + /** VDEV parameter to configure the number of TX chains to use for + * a/b/g rates. + * bit 0~15 : 11b mode TX chain number. + * bit 16~31 : 11ag mode TX chain number. + * + * valid values: + * Should not exceed the maximum number of supported TX Chains + * 0 - Used to reset the vote. Acts as Don't Care + */ + WMI_VDEV_PARAM_ABG_MODE_TX_CHAIN_NUM, /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE === * The below vdev param types are used for prototyping, and are diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 1cceb6d18188..3c0fe80c2782 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_ 442 +#define __WMI_REVISION_ 443 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
