From c4bf034b1758d488e321b2f841ccfa3028e3f638 Mon Sep 17 00:00:00 2001 From: gaolez Date: Fri, 14 Apr 2017 14:52:49 +0800 Subject: 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 --- CORE/SERVICES/COMMON/wmi_unified.h | 4 ++++ CORE/SERVICES/COMMON/wmi_version.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3