qcacmn: Add support for full pktlog

1. Enable CE5 and allow it to service
   pktlog messages from the firmware.
2. Register full pktlog callback handlers
   for handling sw_events and full tx pktlog.

Change-Id: Ifb70ac0993f2402201f88758845f730cf677b1a0
CRs-Fixed: 2388906
这个提交包含在:
Venkata Sharath Chandra Manchala
2019-01-28 11:36:47 -08:00
提交者 nshrivas
父节点 23bb63a3a9
当前提交 cad74add80
修改 7 个文件,包含 55 行新增29 行删除

查看文件

@@ -137,11 +137,7 @@ dp_wdi_event_handler(
* Subscribers must do the sanity based on the requirements
*/
event_index = event - WDI_EVENT_BASE;
if (!(txrx_pdev->wdi_event_list[event_index]) &&
(event == WDI_EVENT_RX_DESC)) {
/* WDI_EVEN_RX_DESC is indicated for RX_LITE also */
event_index = WDI_EVENT_LITE_RX - WDI_EVENT_BASE;
}
wdi_sub = txrx_pdev->wdi_event_list[event_index];
/* Find the subscriber */