summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/utils/fwlog/dbglog_host.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/utils/fwlog/dbglog_host.c b/core/utils/fwlog/dbglog_host.c
index b233dc8f5d4a..6601b007b7fa 100644
--- a/core/utils/fwlog/dbglog_host.c
+++ b/core/utils/fwlog/dbglog_host.c
@@ -4354,14 +4354,14 @@ int dbglog_init(wmi_unified_t wmi_handle)
res = wmi_unified_register_event_handler(wmi_handle,
WMI_DIAG_DATA_CONTAINER_EVENTID,
fw_diag_data_event_handler,
- WMA_RX_SERIALIZER_CTX);
+ WMA_RX_WORK_CTX);
if (res != 0)
return res;
/* Register handler for new FW diag Event, LOG, MSG combined */
res = wmi_unified_register_event_handler(wmi_handle, WMI_DIAG_EVENTID,
diag_fw_handler,
- WMA_RX_SERIALIZER_CTX);
+ WMA_RX_WORK_CTX);
if (res != 0)
return res;