summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHsiu-Chang Chen <hsiuchangchen@google.com>2022-08-09 13:02:55 +0530
committerHsiu-Chang Chen <hsiuchangchen@google.com>2022-08-11 12:53:37 +0800
commitb90e16652ca08258a908f780f051cd53daa8cf0f (patch)
treeca5b5f5d05f88b430cd61d734f5a5c3313bd2d37
parentfb62f0801f8655d4b0a66e6811902715c84c4f8c (diff)
downloadwlan-fw-api-android-msm-redbull-4.19-t-qpr2-beta-1.tar.gz
add WMI_PDEV_PARAM_DISABLE_HW_ASSIST def Bug: 236944701 Test: Regression Test Change-Id: I5c191ab45fe10228dd95faf2ea77ec2e254faaf8 CRs-Fixed: 2262693
-rw-r--r--fw/wmi_unified.h2
-rw-r--r--fw/wmi_version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 3859f73..449caa5 100644
--- a/fw/wmi_unified.h
+++ b/fw/wmi_unified.h
@@ -6935,6 +6935,8 @@ typedef enum {
/* Param to enable/disable PCIE HW ILP */
WMI_PDEV_PARAM_PCIE_HW_ILP,
+ /* Param to disable Hardware Assist feature */
+ WMI_PDEV_PARAM_DISABLE_HW_ASSIST = 0xCF,
} WMI_PDEV_PARAM;
#define WMI_PDEV_ONLY_BSR_TRIG_IS_ENABLED(trig_type) WMI_GET_BITS(trig_type, 0, 1)
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index bec929d..f30a5ff 100644
--- 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_ 882
+#define __WMI_REVISION_ 945
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work