diff options
| author | CNSS_WLAN Service <cnssbldsw@qualcomm.com> | 2018-02-23 02:10:46 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-02-23 02:10:46 -0800 |
| commit | ff9537bc8742021acfe2b6cc520cc2dd35b28cef (patch) | |
| tree | 2a5649bad2c34c2bac4183732ce7e6bed4202676 | |
| parent | 75fa9774933822574985b58d3c6ae903813f2849 (diff) | |
| parent | 45329ae47ec81bf1a25f8a0ed5d27ae7ce79a12f (diff) | |
Merge "qcacld-2.0: CL 3971244 - update fw commmon interface files" into wlan-cld2.driver.lnx.1.0
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 11 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 11 insertions, 2 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 354f5fe3de1c..35e7f8ffa2ee 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -9521,7 +9521,16 @@ typedef struct { #define WMI_PEER_NSS_VHT160 0x14 /* peer NSS for VHT160 - Extended NSS support */ #define WMI_PEER_NSS_VHT80_80 0x15 - +/* Peer SU TXBF sounding interval */ +#define WMI_PEER_PARAM_SU_TXBF_SOUNDING_INTERVAL 0x16 +/* Peer MU TXBF sounding interval */ +#define WMI_PEER_PARAM_MU_TXBF_SOUNDING_INTERVAL 0x17 +/* Peer TXBF sounding enable or disable */ +#define WMI_PEER_PARAM_TXBF_SOUNDING_ENABLE 0x18 +/* Per peer 11ax OFDMA enable or disable */ +#define WMI_PEER_PARAM_OFDMA_ENABLE 0x19 +/* Per peer 11ax/11ac MU enable or disable */ +#define WMI_PEER_PARAM_MU_ENABLE 0x1a /** mimo ps values for the parameter WMI_PEER_MIMO_PS_STATE */ #define WMI_PEER_MIMO_PS_NONE 0x0 #define WMI_PEER_MIMO_PS_STATIC 0x1 diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 1f48d2f00dbd..4ade2bab1981 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_ 485 +#define __WMI_REVISION_ 486 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
