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

Change-Id: Id171e59ed35be79c9999940b8e7674a872d9f4a1
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2024-02-17 06:01:19 -08:00
committed by Ravindra Konda
parent 7c8dc7afbf
commit 3f85163caf
2 changed files with 8 additions and 7 deletions

View File

@@ -41210,12 +41210,13 @@ typedef struct {
} wmi_big_data_dp_stats_tlv_param;
typedef enum {
WMI_6GHZ_REG_LPI = 0,
WMI_6GHZ_REG_VLP = 1,
WMI_6GHZ_REG_SP = 2,
WMI_6GHZ_REG_SP_STA = 3,
WMI_6GHZ_REG_MAX = 5, /* Can't expand, b/c used as array length below */
} WMI_6GHZ_REG_TYPE;
WMI_6GHZ_REG_PWRMODE_LPI = 0,
WMI_6GHZ_REG_PWRMODE_SP = 1,
WMI_6GHZ_REG_PWRMODE_VLP = 2,
WMI_6GHZ_REG_PWRMODE_SP_STA = 3,
WMI_6GHZ_REG_PWRMODE_MAX = 5
} WMI_6GHZ_REG_PWRMODE_TYPE;
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_vdev_set_tpc_power_fixed_param */

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_ 1455
#define __WMI_REVISION_ 1456
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work