Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d5fa8492 authored by spuligil's avatar spuligil
Browse files

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
parent 03e8c1b3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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