From 449ce43fc908f08eccb61553fc959bdfd417cda7 Mon Sep 17 00:00:00 2001 From: spuligil Date: Fri, 18 Apr 2025 06:01:34 -0700 Subject: [PATCH] fw-api: CL 29035093 - update fw common interface files Change-Id: I4f071048b6d7bf27ca396d0023156588d01d58ba CRs-Fixed: 3830439 --- fw/wmi_services.h | 1 + fw/wmi_unified.h | 5 +++++ fw/wmi_version.h | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/fw/wmi_services.h b/fw/wmi_services.h index c0dc42fb98..6286a4916a 100644 --- a/fw/wmi_services.h +++ b/fw/wmi_services.h @@ -699,6 +699,7 @@ typedef enum { WMI_SERVICE_CTRL_PATH_PEER_BA_STATS = 440, /* FW supports retrieving BlockAck stats through WMI_REQUEST_CTRL_PATH_PEER_STAT */ WMI_SERVICE_CTRL_PATH_STA_DAR_STATS_SUPPORT = 441, /* FW supports DAR stats reporting for STA mode */ WMI_SERVICE_APF_DATA_OFFLOAD_SUPPORT_ENABLED = 442, /* Indicates FW support for APFv6 handling offloads and disable QC data offloads */ + WMI_SERVICE_PER_VDEV_TWT_RESP_DISABLE_SUPPORT = 443, /* FW supports vdev level TWT responder disable */ WMI_MAX_EXT2_SERVICE diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 4c36d4a0d6..b099cf732b 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -19462,6 +19462,11 @@ typedef enum { /* Allow to tear down TWT on scan start, if corresponding INI is set */ WMI_VDEV_PARAM_DISABLE_SCAN_START_TWT, /* 0xC8 */ + /* + * value 0 | default value no opp | controlled from pdev level + * value 1 | disable responder for this vdev + */ + WMI_VDEV_PARAM_TWT_RESP_DISABLE, /* 0xC9 */ /*=== 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 a4a073d168..330e4b7c44 100644 --- a/fw/wmi_version.h +++ b/fw/wmi_version.h @@ -37,7 +37,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_ 1603 +#define __WMI_REVISION_ 1604 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work