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

Commit 5d1ef3ec authored by spuligil's avatar spuligil Committed by Ravindra Konda
Browse files

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

Change-Id: I1c0bb40273436ddb1cc167dcd8dad6df15fe8cd9
CRs-Fixed: 2262693
parent 3f85163c
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -333,7 +333,9 @@ enum htt_dbg_ext_stats_type {
     *  PARAMS:
     *
     *  RESP MSG:
     *    - htt_soc_latency_prof_t
     *    - htt_latency_prof_stats_tlv showing latency profile stats for
     *      high-level (pdev or vdev level) events such as tx/rx suspend
     *      or resume, or UMAC, DMAC, or PMAC reset.
     */
    HTT_DBG_EXT_STATS_LATENCY_PROF_STATS = 25,

@@ -656,6 +658,16 @@ enum htt_dbg_ext_stats_type {
     */
    HTT_DBG_EXT_PDEV_RTT_INITIATOR_STATS = 66,

    /** HTT_DBG_EXT_STATS_LATENCY_PROF_STATS_LO
     *  PARAMS:
     *
     *  RESP MSG:
     *    - htt_latency_prof_stats_tlv showing latency profile stats for
     *      finer-grained events than HTT_DBG_EXT_STATS_LATENCY_PROF_STATS,
     *      such as individual steps within a larger pdev or vdev event.
     */
    HTT_DBG_EXT_STATS_LATENCY_PROF_STATS_LO = 67,


    /* keep this last */
    HTT_DBG_NUM_EXT_STATS = 256,