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:

committed by
Rahul Choudhary

parent
acb137663d
commit
cf6c4fc0f0
@@ -46230,14 +46230,15 @@ typedef struct {
|
|||||||
A_UINT32 dsnr_params;
|
A_UINT32 dsnr_params;
|
||||||
/** Peer mac address */
|
/** Peer mac address */
|
||||||
wmi_mac_addr peer_mac_address;
|
wmi_mac_addr peer_mac_address;
|
||||||
/**
|
/** fb_params:
|
||||||
* [1:0] Nc
|
* [1:0] Nc
|
||||||
|
* Refer to WMI_DMA_BUF_RELEASE_CV_UPLOAD_[SET,GET]_FB_PARAMS_NC
|
||||||
* [3:2] nss_num
|
* [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,
|
A_UINT32 fb_params;
|
||||||
ddr_buffer_idx: 2,
|
|
||||||
reserved: 26;
|
|
||||||
} wmi_dma_buf_release_cv_upload_meta_data;
|
} wmi_dma_buf_release_cv_upload_meta_data;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
@@ -37,7 +37,7 @@
|
|||||||
#define __WMI_VER_MINOR_ 0
|
#define __WMI_VER_MINOR_ 0
|
||||||
/** WMI revision number has to be incremented when there is a
|
/** WMI revision number has to be incremented when there is a
|
||||||
* change that may or may not break compatibility. */
|
* 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
|
/** The Version Namespace should not be normally changed. Only
|
||||||
* host and firmware of the same WMI namespace will work
|
* host and firmware of the same WMI namespace will work
|
||||||
|
Reference in New Issue
Block a user