Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf6c4fc0 authored by spuligil's avatar spuligil Committed by Rahul Choudhary
Browse files

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
parent acb13766
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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