mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Re-extract the kernel patches as a series. Re-extract the u-boot patches as "git format-patch" command. Unified patch extraction makes it easier to work with patches.
27 lines
982 B
Diff
27 lines
982 B
Diff
From 2dda0e6c2d5cba19e1e0445e908ea763a453514c Mon Sep 17 00:00:00 2001
|
|
From: Patrick Yavitz <pyavitz@armbian.com>
|
|
Date: Wed, 17 Jul 2024 04:30:56 -0400
|
|
Subject: wireless: rtl8852bs: CONFIG_RTW_DEBUG = n
|
|
|
|
Signed-off-by: Patrick Yavitz <pyavitz@armbian.com>
|
|
---
|
|
drivers/net/wireless/realtek/rtl8852bs/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/drivers/net/wireless/realtek/rtl8852bs/Makefile b/drivers/net/wireless/realtek/rtl8852bs/Makefile
|
|
index 357f90d96246..23cf65c872cd 100644
|
|
--- a/drivers/net/wireless/realtek/rtl8852bs/Makefile
|
|
+++ b/drivers/net/wireless/realtek/rtl8852bs/Makefile
|
|
@@ -137,7 +137,7 @@ EXTRA_CFLAGS += -DCONFIG_RTW_ANDROID=$(CONFIG_RTW_ANDROID)
|
|
endif
|
|
|
|
########################## 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 = 2
|
|
--
|
|
2.35.3
|
|
|