From 5a8bee031479ebec74b2665a5be3444bef446331 Mon Sep 17 00:00:00 2001 From: kimocoder Date: Mon, 2 Jul 2018 19:26:20 +0200 Subject: [PATCH] Disable DFS --- include/autoconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/autoconf.h b/include/autoconf.h index 6719886..0304e5b 100644 --- a/include/autoconf.h +++ b/include/autoconf.h @@ -79,7 +79,7 @@ #define CONFIG_RECV_REORDERING_CTRL 1 -#define CONFIG_DFS 1 +#define CONFIG_DFS 0 /* #define CONFIG_SUPPORT_USB_INT */ #ifdef CONFIG_SUPPORT_USB_INT