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
This commit is contained in:
Wu Gao
2020-04-27 18:02:50 +08:00
committed by nshrivas
parent ee958896f8
commit 7d07763083

View File

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