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

Change-Id: I1c0bb40273436ddb1cc167dcd8dad6df15fe8cd9
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2024-02-22 06:01:31 -08:00
committed by Ravindra Konda
parent 3f85163caf
commit 5d1ef3ec12

View File

@@ -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,