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:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user