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

WMI: change ddr_buffer_idx back to a full word in dma_buf_release_cv_upload
Change-Id: I09a727a482f40fbb782672a9c7cca845e23b4be1
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2023-09-01 06:02:20 -07:00
committed by Rahul Choudhary
parent acb137663d
commit cf6c4fc0f0
2 changed files with 7 additions and 6 deletions

View File

@@ -46230,14 +46230,15 @@ typedef struct {
A_UINT32 dsnr_params;
/** Peer mac address */
wmi_mac_addr peer_mac_address;
/**
/** fb_params:
* [1:0] Nc
* Refer to WMI_DMA_BUF_RELEASE_CV_UPLOAD_[SET,GET]_FB_PARAMS_NC
* [3:2] nss_num
* [4:5] ddr_buffer_idx
* Refer to WMI_DMA_BUF_RELEASE_CV_UPLOAD_[SET,GET]_FB_PARAMS_NSS_NUM
* [5:4] ddr_buffer_idx
* Refer to WMI_DMA_BUF_RELEASE_CV_UPLOAD_[SET,GET]_DDR_BUF_IDX
*/
A_UINT32 fb_params: 4,
ddr_buffer_idx: 2,
reserved: 26;
A_UINT32 fb_params;
} wmi_dma_buf_release_cv_upload_meta_data;
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_ 1384
#define __WMI_REVISION_ 1385
/** The Version Namespace should not be normally changed. Only
* host and firmware of the same WMI namespace will work