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

WMI: add band info bitfield to mgmt_tx_compl_event
Change-Id: Ib69fd8fa9767f21956606b983344b422e1507f8e
CRs-Fixed: 2262693
此提交包含在:
spuligil
2023-10-25 18:02:28 -07:00
提交者 Ravindra Konda
父節點 097d89c831
當前提交 70d2e993ca
共有 3 個檔案被更改,包括 11 行新增1 行删除

查看文件

@@ -9860,6 +9860,14 @@ typedef struct {
/* current 64 bit TSF timestamp */
A_UINT32 tx_tsf_l32;
A_UINT32 tx_tsf_u32;
/* info:
* Bit[0:2] - band on which frame is sent, band value will be
* one of the wmi_mlo_band_info_t enum constants.
* Macros WMI_ROAM_BTM_RESP_MLO_BAND_INFO_GET,SET
* can be reused for setting mlo band info.
* Bit[3:31] - reserved
*/
A_UINT32 info;
} wmi_mgmt_tx_compl_event_fixed_param;
typedef struct {