fw-api: CL 29035093 - update fw common interface files

Change-Id: I4f071048b6d7bf27ca396d0023156588d01d58ba
CRs-Fixed: 3830439
This commit is contained in:
spuligil
2025-04-18 06:01:34 -07:00
committed by Ravindra Konda
parent b84b8d517c
commit 449ce43fc9
3 changed files with 7 additions and 1 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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