Disable CFR RCC for QCA6018 in 512M profile CRs-Fixed: 2631752 Change-Id: I80cc46f128b30211e9704adc7adaa53084c98c7c
@@ -16,6 +16,8 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
+#ifdef WLAN_ENH_CFR_ENABLE
+
#include <target_if_cfr.h>
#include <wlan_tgt_def_config.h>
#include <target_type.h>
@@ -1616,3 +1618,6 @@ QDF_STATUS cfr_6018_deinit_pdev(struct wlan_objmgr_psoc *psoc,
return status;
}
+#endif /* WLAN_ENH_CFR_ENABLE */