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

Change-Id: I2bb028305802184c008433a53443638d357b0169
WMI: add regdomain_bitmap in pdev_set_regdomain_cmd TLV
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-06-17 12:01:19 -07:00
committed by Rahul Choudhary
parent 957cbcfad8
commit d8df6dd859
2 changed files with 12 additions and 1 deletions

View File

@@ -7285,6 +7285,14 @@ typedef struct {
A_UINT32 linkid_bitmap;
} wmi_mlo_link_disable_request_event_fixed_param;
typedef enum {
/**
* Projects support to offload regulatory database by default.
* If don`t offload regulatory database, host can set this bit.
*/
WMI_REGDOMAIN_DATABASE_NO_OFFLOAD_BITMASK = 0x00000001,
} WMI_REGDOMAIN_BITMASK;
typedef struct {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_set_regdomain_cmd_fixed_param */
@@ -7350,6 +7358,9 @@ typedef struct {
A_UINT32 conformance_test_limit_6G_subband_UNII6_client[3][2];
A_UINT32 conformance_test_limit_6G_subband_UNII7_client[3][2];
A_UINT32 conformance_test_limit_6G_subband_UNII8_client[3][2];
/** reg domain bitmap */
A_UINT32 regdomain_bitmap;
} wmi_pdev_set_regdomain_cmd_fixed_param;
typedef struct {

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