0001-include-disable-debug-messages.patch 782 B

12345678910111213141516171819202122232425262728
  1. From 5d3a44ff1aeb8ace6e08df3cad16102aaac1ef09 Mon Sep 17 00:00:00 2001
  2. From: Sergey Matyukevich <geomatsi@gmail.com>
  3. Date: Sun, 13 Jun 2021 15:51:51 +0300
  4. Subject: [PATCH] include: disable debug messages
  5. Disable debug messages to make rtl8189fs driver less noisy.
  6. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
  7. ---
  8. include/autoconf.h | 2 --
  9. 1 file changed, 2 deletions(-)
  10. diff --git a/include/autoconf.h b/include/autoconf.h
  11. index 44efe42..b5df57b 100644
  12. --- a/include/autoconf.h
  13. +++ b/include/autoconf.h
  14. @@ -224,8 +224,6 @@
  15. /*
  16. * Debug Related Config
  17. */
  18. -#define CONFIG_DEBUG /* DBG_871X, etc... */
  19. -
  20. #ifdef CONFIG_DEBUG
  21. #define DBG 1 // for ODM & BTCOEX debug
  22. //#define CONFIG_DEBUG_RTL871X /* RT_TRACE, RT_PRINT_DATA, _func_enter_, _func_exit_ */
  23. --
  24. 2.32.0