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
这个提交包含在:

提交者
nshrivas

父节点
23bb63a3a9
当前提交
cad74add80
@@ -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 */
|
||||
|
在新工单中引用
屏蔽一个用户