From 45a4611c7068f62c652b86248eb996638e1fd5d2 Mon Sep 17 00:00:00 2001 From: Vyacheslav Bocharov Date: Mon, 1 Feb 2021 15:42:09 +0300 Subject: [PATCH] Fix: Disable DEBUG log Change-Id: If936a808858bddb4f27cf6680b26a299eaf2f497 --- rtl88x2CS/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl88x2CS/Makefile b/rtl88x2CS/Makefile index 1cf4c33..94f9d90 100644 --- a/rtl88x2CS/Makefile +++ b/rtl88x2CS/Makefile @@ -86,7 +86,7 @@ CONFIG_ICMP_VOQ = n CONFIG_IP_R_MONITOR = n #arp VOQ and high rate CONFIG_RTW_DISABLE_HW_PDN = n ########################## Debug ########################### -CONFIG_RTW_DEBUG = y +CONFIG_RTW_DEBUG = n # default log level is _DRV_INFO_ = 4, # please refer to "How_to_set_driver_debug_log_level.doc" to set the available level. CONFIG_RTW_LOG_LEVEL = 1 -- 2.20.1