Enable CONFIG_CONCURRENT_MODE

This commit is contained in:
Christian Bremvåg 2019-12-14 21:07:42 +01:00 committed by GitHub
parent 3731dd1ae2
commit 08cecb0d75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,10 +93,10 @@
/*#define CONFIG_ANTENNA_DIVERSITY*/ /*#define CONFIG_ANTENNA_DIVERSITY*/
/* #define CONFIG_CONCURRENT_MODE */ #define CONFIG_CONCURRENT_MODE
#ifdef CONFIG_CONCURRENT_MODE #ifdef CONFIG_CONCURRENT_MODE
#define CONFIG_RUNTIME_PORT_SWITCH #define CONFIG_RUNTIME_PORT_SWITCH
#define CONFIG_SCAN_BACKOP
#define CONFIG_TSF_RESET_OFFLOAD /* For 2 PORT TSF SYNC. */ #define CONFIG_TSF_RESET_OFFLOAD /* For 2 PORT TSF SYNC. */
#endif #endif