diff options
| -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 |
