浏览代码

qcacld-3.0: Remove CFG_CFR_ALL

Remove CFG_CFR_ALL from CFG_ALL and avoid duplicate definition, since
WIN needs it and add it to CFG_CONVERGED_ALL by another change.

Change-Id: I4fe82573d069a06bf130937a3e38d045bb80c695
CRs-Fixed: 2673162
Wu Gao 5 年之前
父节点
当前提交
7d07763083
共有 1 个文件被更改,包括 1 次插入8 次删除
  1. 1 8
      components/cfg/cfg_all.h

+ 1 - 8
components/cfg/cfg_all.h

@@ -41,12 +41,6 @@
 #define CFG_NAN_ALL
 #endif
 
-#ifdef WLAN_CFR_ENABLE
-#include "cfr_cfg.h"
-#else
-#define CFG_CFR_ALL
-#endif
-
 #include "cfg_ftm_time_sync.h"
 
 #include "wlan_pmo_cfg.h"
@@ -72,5 +66,4 @@
 	CFG_PMO_ALL \
 	CFG_TDLS_ALL \
 	CFG_PKT_CAPTURE_MODE_ALL \
-	CFG_TIME_SYNC_FTM_ALL \
-	CFG_CFR_ALL
+	CFG_TIME_SYNC_FTM_ALL