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

WMI: add pdev_id to PDEV_UTF_CMD,_EVENT msgs
Change-Id: Ica4366be32b698c74a554e08a7eb2efe89ad8099
CRs-Fixed: 2262693
Esse commit está contido em:
spuligil
2023-10-17 12:01:32 -07:00
commit de Ravindra Konda
commit f4c643e6f0
4 arquivos alterados com 20 adições e 3 exclusões

Ver arquivo

@@ -47014,6 +47014,18 @@ typedef struct {
A_UINT32 status; /* accept: 1 reject : 0 */
} wmi_csa_event_status_ind_fixed_param;
typedef struct {
/** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_utf_cmd_fixed_param */
A_UINT32 tlv_header;
A_UINT32 pdev_id;
} wmi_pdev_utf_cmd_fixed_param;
typedef struct {
/** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_pdev_utf_event_fixed_param */
A_UINT32 tlv_header;
A_UINT32 pdev_id;
} wmi_pdev_utf_event_fixed_param;
/* ADD NEW DEFS HERE */