diff options
| author | gaolez <gaolez@codeaurora.org> | 2017-04-14 14:52:49 +0800 |
|---|---|---|
| committer | gaolez <gaolez@codeaurora.org> | 2017-04-14 14:57:41 +0800 |
| commit | c4bf034b1758d488e321b2f841ccfa3028e3f638 (patch) | |
| tree | 8ffd40ffcc8b3cf413b2eae75e6d75aeb3962176 | |
| parent | 6756562e3f236bde3a69708cc0b8e4991d9a38ce (diff) | |
qcacld-2.0: CL 2893651 - update fw common interface files
WMI flag to indicate if LDPC RX is advertised for this VDEV or not
Change-Id: I904e2e7602544a7202952726aca9c41bced0ee79
CRs-fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 4 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 7556f3b489f5..042c35b3865a 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -5841,6 +5841,10 @@ typedef struct { * For STA/client vdevs, it indicates that sta will * associate with AP with RMF enabled. */ #define WMI_UNIFIED_VDEV_START_PMF_ENABLED (1<<1) +/** Indicates if LDPC RX will be advertized inside HT/VHT Capabilities IE + * of assoc request/response + */ +#define WMI_UNIFIED_VDEV_START_LDPC_RX_ENABLED (1<<2) /* * Host is sending bcn_tx_rate to override the beacon tx rates. diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index d6cf15fe8550..75ceed67ea91 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_ 355 +#define __WMI_REVISION_ 356 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
