浏览代码

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

Add TSF Timestamp to WMI_SCAN_EVENTID

Change-Id: Ie24a0c34c27c959e866e60253c6d6f8112773e6d
CRs-Fixed: 1107600
snandini 7 年之前
父节点
当前提交
f3a67a3032
共有 2 个文件被更改,包括 7 次插入1 次删除
  1. 6 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 6 - 0
fw/wmi_unified.h

@@ -3096,6 +3096,12 @@ typedef struct {
     A_UINT32 scan_id;
     /**id of VDEV that requested the scan */
     A_UINT32 vdev_id;
+    /** TSF Timestamp when the scan event (wmi_scan_event_type) is completed
+     * In case of AP it is TSF of the AP vdev
+     * In case of STA connected state this is the TSF of the AP
+     * In case of STA not connected it will be the free running HW timer
+     */
+    A_UINT32 tsf_timestamp;
 } wmi_scan_event_fixed_param;
 
 /* WMI Diag event */

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