Преглед на файлове

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

Change-Id: Ie958691e1a9dc740674d7779cb72e0131420a76a
WMI: add MPDU tx success counter and chain RSSIs to peer_stats
CRs-Fixed: 2262693
spuligil преди 5 години
родител
ревизия
7bcb35473a
променени са 2 файла, в които са добавени 9 реда и са изтрити 1 реда
  1. 8 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 0
fw/wmi_unified.h

@@ -8120,6 +8120,14 @@ typedef struct {
     A_UINT32 last_rx_bitrate_kbps;
     /** combined RSSI of the last received PPDU, in unit of dBm */
     A_INT32 peer_rssi;
+    /** number of succeed transmissions (MPDUs) (ACK) */
+    A_UINT32 tx_succeed;
+    /**
+     * The RSSI values are in dBm units, and are exponentially time-averaged.
+     * The averaging is performed on the dB values (rather than the linear
+     * values).
+     */
+    A_INT32 peer_rssi_per_chain[WMI_MAX_CHAINS];
 } wmi_peer_stats_info;
 
 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_ 709
+#define __WMI_REVISION_ 710
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work