From 08cecb0d75864cf470cd21725b8f391332845b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Bremv=C3=A5g?= Date: Sat, 14 Dec 2019 21:07:42 +0100 Subject: [PATCH] Enable CONFIG_CONCURRENT_MODE --- include/autoconf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/autoconf.h b/include/autoconf.h index cc02a45..b718fe0 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -93,10 +93,10 @@ /*#define CONFIG_ANTENNA_DIVERSITY*/ - /* #define CONFIG_CONCURRENT_MODE */ + #define CONFIG_CONCURRENT_MODE #ifdef CONFIG_CONCURRENT_MODE #define CONFIG_RUNTIME_PORT_SWITCH - + #define CONFIG_SCAN_BACKOP #define CONFIG_TSF_RESET_OFFLOAD /* For 2 PORT TSF SYNC. */ #endif