qcacmn: Cleanup CONFIG_MCL in spectral scan
Use new macro "SPECTRAL_MODULIZED_ENABLE" to replace "CONFIG_MCL" and "CONFIG_WIN" in spectral scan component. Change-Id: Ib0167fa7b7cb08efde8d690f24eff85dd21897a1 CRs-Fixed: 2444204
This commit is contained in:
@@ -259,7 +259,7 @@ static QDF_STATUS dispatcher_regulatory_pdev_open(struct wlan_objmgr_pdev
|
|||||||
}
|
}
|
||||||
|
|
||||||
#ifdef WLAN_CONV_SPECTRAL_ENABLE
|
#ifdef WLAN_CONV_SPECTRAL_ENABLE
|
||||||
#ifdef CONFIG_WIN
|
#ifdef SPECTRAL_MODULIZED_ENABLE
|
||||||
QDF_STATUS dispatcher_register_spectral_pdev_open_handler(
|
QDF_STATUS dispatcher_register_spectral_pdev_open_handler(
|
||||||
spectral_pdev_open_handler handler)
|
spectral_pdev_open_handler handler)
|
||||||
{
|
{
|
||||||
@@ -566,7 +566,7 @@ static QDF_STATUS dispatcher_splitmac_deinit(void)
|
|||||||
#endif /* WLAN_SUPPORT_SPLITMAC */
|
#endif /* WLAN_SUPPORT_SPLITMAC */
|
||||||
|
|
||||||
#ifdef WLAN_CONV_SPECTRAL_ENABLE
|
#ifdef WLAN_CONV_SPECTRAL_ENABLE
|
||||||
#ifdef CONFIG_MCL
|
#ifndef SPECTRAL_MODULIZED_ENABLE
|
||||||
static QDF_STATUS dispatcher_spectral_init(void)
|
static QDF_STATUS dispatcher_spectral_init(void)
|
||||||
{
|
{
|
||||||
return wlan_spectral_init();
|
return wlan_spectral_init();
|
||||||
|
@@ -66,13 +66,13 @@ spectral_get_vdev(struct wlan_objmgr_pdev *pdev)
|
|||||||
return vdev;
|
return vdev;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef CONFIG_MCL
|
#ifdef SPECTRAL_MODULIZED_ENABLE
|
||||||
/**
|
/**
|
||||||
* spectral_register_cfg80211_handlers() - Register spectral cfg80211 handlers
|
* spectral_register_cfg80211_handlers() - Register spectral cfg80211 handlers
|
||||||
* @pdev: Pointer to pdev
|
* @pdev: Pointer to pdev
|
||||||
*
|
*
|
||||||
* Register spectral cfg80211 handlers
|
* Register spectral cfg80211 handlers
|
||||||
* Handlers can be different for WIN and MCL
|
* Handlers can be different depending on whether spectral modulized or not
|
||||||
*
|
*
|
||||||
* Return: None
|
* Return: None
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user