rtl8189fs: disable debug messages
Debug messages in rtl8189fs are enabled by default. Add patch that disables debug messages to make driver less noisy. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
5b88a0a57a
commit
aeb320899f
28
package/rtl8189fs/0001-include-disable-debug-messages.patch
Normal file
28
package/rtl8189fs/0001-include-disable-debug-messages.patch
Normal file
@ -0,0 +1,28 @@
|
||||
From 5d3a44ff1aeb8ace6e08df3cad16102aaac1ef09 Mon Sep 17 00:00:00 2001
|
||||
From: Sergey Matyukevich <geomatsi@gmail.com>
|
||||
Date: Sun, 13 Jun 2021 15:51:51 +0300
|
||||
Subject: [PATCH] include: disable debug messages
|
||||
|
||||
Disable debug messages to make rtl8189fs driver less noisy.
|
||||
|
||||
Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
|
||||
---
|
||||
include/autoconf.h | 2 --
|
||||
1 file changed, 2 deletions(-)
|
||||
|
||||
diff --git a/include/autoconf.h b/include/autoconf.h
|
||||
index 44efe42..b5df57b 100644
|
||||
--- a/include/autoconf.h
|
||||
+++ b/include/autoconf.h
|
||||
@@ -224,8 +224,6 @@
|
||||
/*
|
||||
* Debug Related Config
|
||||
*/
|
||||
-#define CONFIG_DEBUG /* DBG_871X, etc... */
|
||||
-
|
||||
#ifdef CONFIG_DEBUG
|
||||
#define DBG 1 // for ODM & BTCOEX debug
|
||||
//#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */
|
||||
--
|
||||
2.32.0
|
||||
|
Loading…
Reference in New Issue
Block a user