ODROID-XU4 : WIFI,Bluetooth(RTL8723) Debug Message disable.

Change-Id: I6677c7ee89125895b99cc071a80c8059433fa6fb
This commit is contained in:
charles.park
2017-02-21 18:14:25 +09:00
parent 3d6cbf3602
commit b49fa801ad
2 changed files with 9 additions and 1 deletions

View File

@@ -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
View 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