[C] [PATCH 1/3] UBUNTU: SAUCE: staging: rtlwifi: allow RTLWIFI_DEBUG_ST to be disabled

Kai-Heng Feng kai.heng.feng at canonical.com
Mon Jan 21 03:53:41 UTC 2019


From: Seth Forshee <seth.forshee at canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1806472

Also default the option to off as with RTLWIFI_DEBUG, which seems
like a more reasonable default.

Signed-off-by: Seth Forshee <seth.forshee at canonical.com>
Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
---
 drivers/staging/rtlwifi/Kconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtlwifi/Kconfig b/drivers/staging/rtlwifi/Kconfig
index 7b4276f5c41f..f8e185dfe2a8 100644
--- a/drivers/staging/rtlwifi/Kconfig
+++ b/drivers/staging/rtlwifi/Kconfig
@@ -7,6 +7,6 @@ config R8822BE
 	wireless network adapters.
 
 config RTLWIFI_DEBUG_ST
-	bool
+	bool "Debugging output for Realtek RTL8822BE driver"
 	depends on R8822BE
-	default y
+	default n
-- 
2.17.1




More information about the kernel-team mailing list