qcacmn: modularize interface manager header files
Enable modularization of interface manager header files. Change-Id: I9c7f1ffe662ecc6fe793972fde235c6c79667e62 CRs-Fixed: 2801746
This commit is contained in:

کامیت شده توسط
snandini

والد
4cd10d00e3
کامیت
cc9cfde56b
@@ -80,11 +80,7 @@
|
||||
#ifdef DCS_INTERFERENCE_DETECTION
|
||||
#include <wlan_dcs_init_deinit_api.h>
|
||||
#endif
|
||||
|
||||
#ifdef WLAN_FEATURE_INTERFACE_MGR
|
||||
#include <wlan_if_mgr_main.h>
|
||||
#endif
|
||||
|
||||
#include <wlan_gpio_api.h>
|
||||
|
||||
/**
|
||||
@@ -868,7 +864,6 @@ static QDF_STATUS fd_psoc_disable(struct wlan_objmgr_psoc *psoc)
|
||||
}
|
||||
#endif /* WLAN_SUPPORT_FILS */
|
||||
|
||||
#ifdef WLAN_FEATURE_INTERFACE_MGR
|
||||
static QDF_STATUS dispatcher_if_mgr_init(void)
|
||||
{
|
||||
return wlan_if_mgr_init();
|
||||
@@ -878,17 +873,6 @@ static QDF_STATUS dispatcher_if_mgr_deinit(void)
|
||||
{
|
||||
return wlan_if_mgr_deinit();
|
||||
}
|
||||
#else
|
||||
static QDF_STATUS dispatcher_if_mgr_init(void)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
static QDF_STATUS dispatcher_if_mgr_deinit(void)
|
||||
{
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef FEATURE_COEX
|
||||
static QDF_STATUS dispatcher_coex_init(void)
|
||||
|
مرجع در شماره جدید
Block a user