diff options
| -rw-r--r-- | core/wma/src/wma_main.c | 2 |
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(); |
