Эх сурвалжийг харах

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

Change-Id: I78ede9fe77ba6cc900bd027301571a3de2e90760
WMI: add pdev ID to WMI_PDEV_GET_NFCAL_POWER_CMDID
CRs-Fixed: 1107600
spuligil 7 жил өмнө
parent
commit
404de08e55
2 өөрчлөгдсөн 5 нэмэгдсэн , 2 устгасан
  1. 4 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 1
fw/wmi_unified.h

@@ -21444,7 +21444,10 @@ typedef struct {
     /** TLV tag and len; tag equals
      * WMITLV_TAG_STRUC_wmi_pdev_get_nfcal_power_fixed_param */
     A_UINT32 tlv_header;
-    /* Currently there are no parameters for this message. */
+    /** pdev_id for identifying the MAC
+     * See macros starting with WMI_PDEV_ID_ for values.
+     */
+    A_UINT32 pdev_id;
 } wmi_pdev_get_nfcal_power_fixed_param;
 
 typedef struct {

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,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_ 499
+#define __WMI_REVISION_ 500
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work