fw-api: CL 29035093 - update fw common interface files
Change-Id: I4f071048b6d7bf27ca396d0023156588d01d58ba CRs-Fixed: 3830439
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user