浏览代码

qca-wifi: Disable CFR RCC for QCA6018 in 512M profile

Disable CFR RCC for QCA6018 in 512M profile
CRs-Fixed: 2631752

Change-Id: I80cc46f128b30211e9704adc7adaa53084c98c7c
Surya Prakash Raajen 5 年之前
父节点
当前提交
c0ffc7ec69
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      target_if/cfr/src/target_if_cfr_6018.c

+ 5 - 0
target_if/cfr/src/target_if_cfr_6018.c

@@ -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 */
+