Explorar el Código

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

Add WMI_VDEV_PARAM_AMSDU_AGGREGATION_SIZE_OPTIMIZATION def

Change-Id: I7326ae33dbcf81179eda3cbba8cc553e922697a1
CRs-Fixed: 1107600
spuligil hace 7 años
padre
commit
aa19a8e72f
Se han modificado 2 ficheros con 12 adiciones y 1 borrados
  1. 11 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 11 - 0
fw/wmi_unified.h

@@ -8464,6 +8464,17 @@ typedef enum {
      */
     WMI_VDEV_PARAM_TX_RETRIES_BEFORE_RTS_PER_AC,           /* 0x82 */
 
+    /**
+     * Parameter to enable/disable AMSDU aggregation size auto-selection logic.
+     * We have logic where AMSDU aggregation size is dynamically decided
+     * based on MCS. That logic is enabled by default.
+     * For certain tests, we need a method to disable this optimization,
+     * and base AMSDU size only on the peer's capability rather than our logic.
+     * A value of 0 means disable internal optimization,
+     * 1 means enable internal optimzation.
+     */
+    WMI_VDEV_PARAM_AMSDU_AGGREGATION_SIZE_OPTIMIZATION,    /* 0x83 */
+
 
     /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
      * The below vdev param types are used for prototyping, and are

+ 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_ 535
+#define __WMI_REVISION_ 536
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work