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

Change-Id: Ie8cbf264cd9d5a4f6e6bf0f9fe1ff7b7452bfaec
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2024-04-18 06:02:04 -07:00
committed by Ravindra Konda
parent c6cd7fd9a6
commit 9893e5b787
3 changed files with 3 additions and 2 deletions

View File

@@ -662,6 +662,7 @@ typedef enum {
WMI_SERVICE_TRAFFIC_CONTEXT_SUPPORT = 408, /* FW supports traffic context aware manager */ WMI_SERVICE_TRAFFIC_CONTEXT_SUPPORT = 408, /* FW supports traffic context aware manager */
WMI_SERVICE_STA_SAP_NDP_CONCURRENCY_SUPPORT = 409, /* FW supports STA + SAP + NDP concurrency */ WMI_SERVICE_STA_SAP_NDP_CONCURRENCY_SUPPORT = 409, /* FW supports STA + SAP + NDP concurrency */
WMI_SERVICE_THERM_THROT_POUT_REDUCTION = 410, /* FW supports thermal throttling Pout reduction */ WMI_SERVICE_THERM_THROT_POUT_REDUCTION = 410, /* FW supports thermal throttling Pout reduction */
WMI_SERVICE_E2E_SDWF_SUPPORT = 411, /* FW supports end-to-end SDWF features like SDWF scheduler */
WMI_MAX_EXT2_SERVICE WMI_MAX_EXT2_SERVICE

View File

@@ -27016,7 +27016,7 @@ typedef enum {
/** Enable/Disable DTIM 1chRx feature */ /** Enable/Disable DTIM 1chRx feature */
WMI_STA_SMPS_PARAM_DTIM_1CHRX_ENABLE = 5, WMI_STA_SMPS_PARAM_DTIM_1CHRX_ENABLE = 5,
/** Enable/Disable dynamic bw feature */ /** Enable/Disable dynamic bw feature */
WMI_STA_SMPS_PARAM_DYNAMIC_BW_SWITCH = 6, WMI_STA_SMPS_PARAM_DYNAMIC_BW_SWITCH = 6,
} wmi_sta_smps_param; } wmi_sta_smps_param;
typedef struct { typedef struct {

View File

@@ -37,7 +37,7 @@
#define __WMI_VER_MINOR_ 0 #define __WMI_VER_MINOR_ 0
/** WMI revision number has to be incremented when there is a /** WMI revision number has to be incremented when there is a
* change that may or may not break compatibility. */ * change that may or may not break compatibility. */
#define __WMI_REVISION_ 1475 #define __WMI_REVISION_ 1476
/** The Version Namespace should not be normally changed. Only /** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work * host and firmware of the same WMI namespace will work