Browse Source

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

Linux Build Service Account 5 years ago
parent
commit
200de40910
1 changed files with 5 additions and 0 deletions
  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.
  * PERFORMANCE OF THIS SOFTWARE.
  */
  */
 
 
+#ifdef WLAN_ENH_CFR_ENABLE
+
 #include <target_if_cfr.h>
 #include <target_if_cfr.h>
 #include <wlan_tgt_def_config.h>
 #include <wlan_tgt_def_config.h>
 #include <target_type.h>
 #include <target_type.h>
@@ -1616,3 +1618,6 @@ QDF_STATUS cfr_6018_deinit_pdev(struct wlan_objmgr_psoc *psoc,
 
 
 	return status;
 	return status;
 }
 }
+
+#endif /* WLAN_ENH_CFR_ENABLE */
+