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

Commit 08ab1ecd authored by spuligil's avatar spuligil
Browse files

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

HTT stats: add IBF CV counters to tx_sounding_stats TLV

Change-Id: I7a96f5df6820728b0febb940954eaf189eecf120
CRs-Fixed: 2262693
parent af36010a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -6375,6 +6375,14 @@ typedef struct {
    A_UINT32 cv_buf_received;
    /** total times CV bufs fed back to the IPC ring */
    A_UINT32 cv_buf_fed_back;
    /* Total times CV query happened for IBF case */
    A_UINT32 cv_total_query_ibf;
    /* A valid CV has been found for IBF case */
    A_UINT32 cv_found_ibf;
    /* A valid CV has not been found for IBF case */
    A_UINT32 cv_not_found_ibf;
    /* Expired CV found during query for IBF case */
    A_UINT32 cv_expired_during_query_ibf;
} htt_tx_sounding_stats_tlv;

/* STATS_TYPE : HTT_DBG_EXT_STATS_TX_SOUNDING_INFO