summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajeev Kumar <rajekuma@codeaurora.org>2017-02-14 15:56:01 -0800
committerqcabuildsw <qcabuildsw@localhost>2017-02-15 22:35:48 -0800
commit9d8a6a52bb93300544d3d49911b6518b705f01b7 (patch)
tree67917ace802a0b983f4dd31f72cc566a52c0072e
parent87ef1a93d35016feb60ff0edbf181da66e13711d (diff)
qcacld-3.0: De-serialize WMI DEBUG FLUSH log event id from scheduler
Logging events should not be serialized to scheduler thread hence de-serialize WMI debug flush log event id from scheduler thread and register it to run in kernel's default event work queue. Change-Id: I36d7542da43e6814b5bd50bdc8c166d1fc692e35 CRs-Fixed: 2006819
-rw-r--r--core/wma/src/wma_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/wma/src/wma_main.c b/core/wma/src/wma_main.c
index 461b9b51d00e..4b40fc3dc4f9 100644
--- a/core/wma/src/wma_main.c
+++ b/core/wma/src/wma_main.c
@@ -2477,7 +2477,7 @@ QDF_STATUS wma_open(void *cds_context,
wmi_unified_register_event_handler(wma_handle->wmi_handle,
WMI_DEBUG_MESG_FLUSH_COMPLETE_EVENTID,
wma_flush_complete_evt_handler,
- WMA_RX_SERIALIZER_CTX);
+ WMA_RX_WORK_CTX);
wma_ndp_register_all_event_handlers(wma_handle);
wma_register_debug_callback();