qcacmn: Enable scheduler for qca-wifi-11.0
Enable the scheduler init code for qca-wifi-11.0 since it is now enabled to handle scheduler functionalitites. Change-Id: I9362655dbc85fccd6475d790076c3de5c0e6e710 CRs-Fixed: 1117366
This commit is contained in:

committed by
qcabuildsw

parent
8e815a61d2
commit
326121d5d0
@@ -20,9 +20,7 @@
|
||||
#include <qdf_trace.h>
|
||||
#include <qdf_threads.h>
|
||||
#include <dispatcher_init_deinit.h>
|
||||
#ifdef NAPIER_CODE
|
||||
#include <scheduler_api.h>
|
||||
#endif
|
||||
#include <wlan_mgmt_txrx_utils_api.h>
|
||||
|
||||
/**
|
||||
@@ -129,18 +127,6 @@ static QDF_STATUS tdls_psoc_disable(struct wlan_objmgr_psoc *psoc)
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
#ifndef NAPIER_CODE
|
||||
static QDF_STATUS scheduler_init(void)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static QDF_STATUS scheduler_deinit(void)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
#endif
|
||||
|
||||
QDF_STATUS dispatcher_init(void)
|
||||
{
|
||||
if (QDF_STATUS_SUCCESS != wlan_objmgr_global_obj_init())
|
||||
|
Reference in New Issue
Block a user