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

Commit 2ebb5e6c authored by spuligil's avatar spuligil
Browse files

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
parent 2e19136d
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -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
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_ 869
#define __WMI_REVISION_ 870

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