Преглед на файлове

fw-api: CL 2893651 - update fw common interface files

WMI flag to indicate if LDPC RX is advertised for this VDEV or not

Change-Id: I4004383d73314e2013dbda5fbeb075da0af4704a
CRs-Fixed: 1107600
Sandeep Puligilla преди 8 години
родител
ревизия
b4240cb3ee
променени са 2 файла, в които са добавени 5 реда и са изтрити 1 реда
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
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.

+ 1 - 1
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