qcacmn: Add support to parse HTT_PPDU_STATS_FOR_SMU_TLV
Firmware sends some ppdu stats required for packet capture mode in new ppdu stats tlv HTT_PPDU_STATS_FOR_SMU_TLV. Add code to parse it if feature is enabled via ini and send the ppdu stats using wdi event to packet capture component. Change-Id: I5567007a91093dd342f37458760b3a61c040b779 CRs-Fixed: 3004476
This commit is contained in:

committed by
Madan Koyyalamudi

parent
17818ac91e
commit
91674a4b07
@@ -374,6 +374,7 @@ enum WDI_EVENT {
|
||||
WDI_EVENT_PKT_CAPTURE_RX_DATA_NO_PEER,
|
||||
WDI_EVENT_PKT_CAPTURE_OFFLOAD_TX_DATA,
|
||||
WDI_EVENT_RX_CBF,
|
||||
WDI_EVENT_PKT_CAPTURE_PPDU_STATS,
|
||||
/* End of new event items */
|
||||
WDI_EVENT_LAST
|
||||
};
|
||||
|
Reference in New Issue
Block a user