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

Commit 47089fd2 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Ief76d93b41d2da8f8937a4fe70f0b3860f894083
WMI: add last_[rx,tx]_[nss,chainmask] to peer_extd2_stats
CRs-Fixed: 2262693
parent 59ba31f9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7687,6 +7687,14 @@ typedef struct {
    A_UINT32 rx_fcs_err;
    /** Number of MPDUs(both data and non data) received from this peer */
    A_UINT32 rx_mpdus;
    /** nss of last tx data to peer */
    A_UINT32 last_tx_nss;
    /** nss of last rx data from peer */
    A_UINT32 last_rx_nss;
    /** chain mask used for last tx data to peer */
    A_UINT32 last_tx_chain_mask;
    /** chain mask used for last rx data from peer */
    A_UINT32 last_rx_chain_mask;
} wmi_peer_extd2_stats;
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_ 627
#define __WMI_REVISION_ 628

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work