qcacmn: Setting up filters and destination ring for CBF logging

This change will set up monitor mode status and destination ring
filters for enbale CBF logging and will enable destination ring to
capture CBF frame. This change will get the CBF frame from the
destination ring and send it to the pktlog module for post processing
through WDI event. CBF is a compressed beamforming report.

Change-Id: I4cc419440ba8d60446dd1f01747340a89f023171
This commit is contained in:
Vijay Krishnan
2021-01-29 16:39:44 +05:30
committed by snandini
parent 3200bacc98
commit 4427314322
9 changed files with 391 additions and 39 deletions

View File

@@ -366,6 +366,7 @@ enum WDI_EVENT {
WDI_EVENT_PKT_CAPTURE_TX_DATA,
WDI_EVENT_PKT_CAPTURE_RX_DATA,
WDI_EVENT_PKT_CAPTURE_OFFLOAD_TX_DATA,
WDI_EVENT_RX_CBF,
/* End of new event items */
WDI_EVENT_LAST
};