浏览代码

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

Linux Build Service Account 5 年之前
父节点
当前提交
200de40910
共有 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 */
+