Ver Fonte

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

Change-Id: I7f9eb57cdcb28a98085397fdf02a7f4aab3cbd7e
WMI: add tsf_id to VDEV_TSF_REPORT_EVENT msg
CRs-Fixed: 2262693
spuligil há 6 anos atrás
pai
commit
3deb20eb27
2 ficheiros alterados com 13 adições e 1 exclusões
  1. 12 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 12 - 0
fw/wmi_unified.h

@@ -19913,6 +19913,18 @@ typedef struct {
     A_UINT32 qtimer_low;
     /* high 32 bits of qtimer */
     A_UINT32 qtimer_high;
+    /*
+     * tsf_id: TSF ID for the current vdev
+     * This field should be ignored unless the tsf_id_valid flag is set.
+     */
+    A_UINT32 tsf_id;
+    A_UINT32 tsf_id_valid;
+    /*
+     * mac_id: MAC identifier
+     * This field should be ignored unless the mac_id_valid flag is set.
+     */
+    A_UINT32 mac_id;
+    A_UINT32 mac_id_valid;
 } wmi_vdev_tsf_report_event_fixed_param;
 
 /* ie_id values:

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