summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2019-09-16 06:00:42 -0700
committerspuligil <spuligil@codeaurora.org>2019-09-16 06:00:42 -0700
commitb2ba9bfc7b7ff29af538b026dc9736e4b6925aa9 (patch)
treef8d61e3c5c3dfa123473241a60e87f04e0bbda77
parent06800c8625a1d71981cfc38506031f72bb7a04f2 (diff)
fw-api: CL 8099021 - update fw common interface files
Add WMI_VDEV_PARAM_ENABLE_MCAST_RC def Change-Id: I7db9f70ed3c75de110830e15b663ad43b0720f4a CRs-Fixed: 2262693
-rwxr-xr-xfw/wmi_unified.h3
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index a7f1a6cf9d9f..def8f252b1bf 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -10219,6 +10219,9 @@ typedef enum {
*/
WMI_VDEV_PARAM_NDP_INACTIVITY_TIMEOUT, /* 0x97 */
+ /* To enable/disable multicast rate adaptation feature at vdev level */
+ WMI_VDEV_PARAM_ENABLE_MCAST_RC, /* 0x98 */
+
/*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE ===
* The below vdev param types are used for prototyping, and are
* prone to change.
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index bd151b177110..657f8734776a 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_ 720
+#define __WMI_REVISION_ 721
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work