mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
ODROID-XU4 : WIFI,Bluetooth(RTL8723) Debug Message disable.
Change-Id: I6677c7ee89125895b99cc071a80c8059433fa6fb
This commit is contained in:
@@ -33,10 +33,18 @@
|
||||
|
||||
#define RTK_VERSION "1.2"
|
||||
|
||||
//#define RTKBT_DEBUG_ENABLE
|
||||
#if defined(RTKBT_DEBUG_ENABLE)
|
||||
#define RTKBT_DBG(fmt, arg...) printk(KERN_INFO "rtk_btcoex: " fmt "\n" , ## arg)
|
||||
#define RTKBT_INFO(fmt, arg...) printk(KERN_INFO "rtk_btcoex: " fmt "\n" , ## arg)
|
||||
#define RTKBT_WARN(fmt, arg...) printk(KERN_WARNING "rtk_btcoex: " fmt "\n", ## arg)
|
||||
#define RTKBT_ERR(fmt, arg...) printk(KERN_WARNING "rtk_btcoex: " fmt "\n", ## arg)
|
||||
#else
|
||||
#define RTKBT_DBG(fmt, arg...)
|
||||
#define RTKBT_INFO(fmt, arg...)
|
||||
#define RTKBT_WARN(fmt, arg...)
|
||||
#define RTKBT_ERR(fmt, arg...)
|
||||
#endif
|
||||
|
||||
static struct rtl_coex_struct btrtl_coex;
|
||||
|
||||
|
||||
2
drivers/net/wireless/rtl8723du/Makefile
Normal file → Executable file
2
drivers/net/wireless/rtl8723du/Makefile
Normal file → Executable file
@@ -72,7 +72,7 @@ CONFIG_RTW_GRO = n
|
||||
CONFIG_RTW_DEBUG = y
|
||||
# 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 = 4
|
||||
CONFIG_RTW_LOG_LEVEL = 0
|
||||
######################## Wake On Lan ##########################
|
||||
CONFIG_WOWLAN = n
|
||||
CONFIG_GPIO_WAKEUP = n
|
||||
|
||||
Reference in New Issue
Block a user