diff options
| -rwxr-xr-x | fw/wmi_unified.h | 4 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 0f3b498b18c3..4df1c4b8558b 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -5747,6 +5747,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/fw/wmi_version.h b/fw/wmi_version.h index b84af6bfdbf6..6915c8ffe958 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_ 355 +#define __WMI_REVISION_ 356 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
