summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixelBot AutoMerger <android-nexus-securitybot@system.gserviceaccount.com>2022-08-14 18:26:52 -0700
committerSecurityBot <android-nexus-securitybot@system.gserviceaccount.com>2022-08-14 18:26:52 -0700
commit2659fc5bc818f6ea587921a7e36d57f7a7f34894 (patch)
treeca5b5f5d05f88b430cd61d734f5a5c3313bd2d37
parentfb62f0801f8655d4b0a66e6811902715c84c4f8c (diff)
parentb90e16652ca08258a908f780f051cd53daa8cf0f (diff)
downloadwlan-fw-api-android-msm-redbull-4.19-android14-release.tar.gz
SBMerger: 442815275 Change-Id: Ie9f7167c15c4af448650677decc5e9be967593c4 Signed-off-by: SecurityBot <android-nexus-securitybot@system.gserviceaccount.com>
-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