qcacld-3.0: Enable TDLS configures based on converged CFG component
Enable TDLS configures based on converged cfg component and remove legacy codes. Change-Id: I77221a8493c8a20efdae9e714a98da74f5c6b6ed CRs-Fixed: 2277572
This commit is contained in:
@@ -25,6 +25,13 @@
|
||||
#define CFG_P2P_ALL
|
||||
#endif
|
||||
|
||||
#ifdef CONVERGED_TDLS_ENABLE
|
||||
#include "wlan_tdls_cfg.h"
|
||||
#else
|
||||
#define CFG_TDLS_ALL
|
||||
#endif
|
||||
|
||||
#define CFG_ALL \
|
||||
CFG_CONVERGED_ALL \
|
||||
CFG_P2P_ALL
|
||||
CFG_P2P_ALL \
|
||||
CFG_TDLS_ALL
|
||||
|
Reference in New Issue
Block a user