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

Change-Id: I7528eaff5d06fa1775a5eb530dfaded19126fd53
WMI: add var-len data to WMI_VENDOR_* msgs, mv wmi_mac_addr def to wlan_defs.h
CRs-Fixed: 2262693
这个提交包含在:
spuligil
2023-05-24 12:01:12 -07:00
提交者 Rahul Choudhary
父节点 44e65aa7a3
当前提交 a80a6124ad
修改 4 个文件,包含 62 行新增15 行删除

查看文件

@@ -1849,5 +1849,12 @@ typedef struct {
A_COMPILE_TIME_ASSERT(check_mlo_glb_h_shmem_8byte_size_quantum,
(((sizeof(mlo_glb_h_shmem) % sizeof(A_UINT64) == 0x0))));
/** 2 word representation of MAC addr */
typedef struct _wmi_mac_addr {
/** upper 4 bytes of MAC address */
A_UINT32 mac_addr31to0;
/** lower 2 bytes of MAC address */
A_UINT32 mac_addr47to32;
} wmi_mac_addr;
#endif /* __WLANDEFS_H__ */