Explorar o código

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
Wu Gao %!s(int64=7) %!d(string=hai) anos
pai
achega
5b8ff12239
Modificáronse 1 ficheiros con 8 adicións e 1 borrados
  1. 8 1
      cfg/cfg_all.h

+ 8 - 1
cfg/cfg_all.h

@@ -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