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:
Wu Gao
2019-04-30 11:45:52 +08:00
committed by nshrivas
parent c61826c476
commit da8a7e60e5
2 changed files with 4 additions and 4 deletions

View File

@@ -66,13 +66,13 @@ spectral_get_vdev(struct wlan_objmgr_pdev *pdev)
return vdev;
}
#ifndef CONFIG_MCL
#ifdef SPECTRAL_MODULIZED_ENABLE
/**
* spectral_register_cfg80211_handlers() - Register spectral cfg80211 handlers
* @pdev: Pointer to pdev
*
* 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
*/