mirror of
https://github.com/amazingfate/rtl8723ds.git
synced 2026-06-20 11:27:20 +01:00
rtl8723ds: Fix some checkpatch warnings and change default log level
The default debug level is reduced from 4 to 2. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
@@ -74,9 +74,9 @@ CONFIG_RTW_NAPI = y
|
||||
CONFIG_RTW_GRO = y
|
||||
########################## Debug ###########################
|
||||
CONFIG_RTW_DEBUG = y
|
||||
# default log level is _DRV_INFO_ = 4,
|
||||
# default log level is _DRV_INFO_ = 2,
|
||||
# please refer to "How_to_set_driver_debug_log_level.doc" to set the available level.
|
||||
CONFIG_RTW_LOG_LEVEL = 4
|
||||
CONFIG_RTW_LOG_LEVEL = 2
|
||||
######################## Wake On Lan ##########################
|
||||
CONFIG_WOWLAN = n
|
||||
CONFIG_GPIO_WAKEUP = n
|
||||
|
||||
Reference in New Issue
Block a user