Pārlūkot izejas kodu

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

Change-Id: Ie5e6b775d0380a6e1e175b9a2746def9d7f8494a
WMI: add tx_time,rx_time fields in wmi_channel_stats
CRs-Fixed: 2262693
spuligil 4 gadi atpakaļ
vecāks
revīzija
2ebb5e6cd3
2 mainītis faili ar 8 papildinājumiem un 2 dzēšanām
  1. 7 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 1
fw/wmi_unified.h

@@ -8052,8 +8052,14 @@ typedef struct {
     A_UINT32 center_freq1;
     /** msecs the radio is awake (32 bits number accruing over time) */
     A_UINT32 radio_awake_time;
-    /** msecs the CCA register is busy (32 bits number accruing over time) */
+    /** msecs the CCA register is busy (32 bits number accruing over time)
+     * Includes rx_time but not tx_time.
+     */
     A_UINT32 cca_busy_time;
+    /** msecs the radio is transmitting (32 bits number accruing over time) */
+    A_UINT32 tx_time;
+    /** msecs the radio is in active receive (32 bits number accruing over time) */
+    A_UINT32 rx_time;
 } wmi_channel_stats;
 
 /*

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