瀏覽代碼

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
spuligil 1 年之前
父節點
當前提交
cf6c4fc0f0
共有 2 個文件被更改,包括 7 次插入6 次删除
  1. 6 5
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 5
fw/wmi_unified.h

@@ -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
fw/wmi_version.h

@@ -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