summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspuligil <spuligil@codeaurora.org>2018-08-06 10:12:36 -0700
committerspuligil <spuligil@codeaurora.org>2018-08-06 10:12:37 -0700
commite4cf6f3502a8eeb007e459c785cd9cfbb0af0813 (patch)
treefb1e3e20f602b141efa3f5abed7a067839a2aa98
parentbd568cf5d6a8bd66c3e8db032951d47ee869a952 (diff)
fw-api: CL 5019516 - update fw common interface files
Add WMI_PDEV_PARAM_SET_CONG_CTRL_MAX_MSDUS def Change-Id: Ifc2911a8ca3b64157110b5e79cb2d5ec9ed661d1 CRs-Fixed: 2262693
-rwxr-xr-xfw/wmi_unified.h2
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 7ff381b07919..1b7953b8d100 100755
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -5104,6 +5104,8 @@ typedef enum {
* >21: invalid value (ignored)
*/
WMI_PDEV_PARAM_MWSCOEX_SET_5GNR_PWR_LIMIT, /* 0xA5 */
+ /** Set max msdus available for cong ctrl in target */
+ WMI_PDEV_PARAM_SET_CONG_CTRL_MAX_MSDUS, /* 0xA6 */
} WMI_PDEV_PARAM;
typedef struct {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index 1336842ac4db..d4bfe138a34c 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_ 558
+#define __WMI_REVISION_ 559
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work