summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2018-04-26 09:00:37 -0700
committerspuligil <spuligil@codeaurora.org>2018-04-26 09:00:37 -0700
commitb64ad68c9ffc19e8902e219bfd4dcf805adfa39c (patch)
treebf9d29b104deafd13f592744957d76b4082946be
parent71b102fccd78945614076d952c7bb309df60660b (diff)
downloadwlan-fw-api-b64ad68c9ffc19e8902e219bfd4dcf805adfa39c.tar.gz
fw-api: CL 4519030 - update fw common interface files
Add WMI_VDEV_PARAM_AMSDU_AGGREGATION_SIZE_OPTIMIZATION def Change-Id: I7326ae33dbcf81179eda3cbba8cc553e922697a1 CRs-Fixed: 1107600
-rwxr-xr-xfw/wmi_unified.h11
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 12 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 28a9793..ea97d6e 100755
--- a/fw/wmi_unified.h
+++ b/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
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index cccd3bf..82a0019 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_ 535
+#define __WMI_REVISION_ 536
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work