1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-09-07 23:56:37 +00:00

Log spam with start_addr, buffer_size

This commit is contained in:
morrownr 2023-03-19 07:26:10 -05:00
parent 5a39cefab3
commit 80781de376

View File

@ -89,7 +89,7 @@
#define PHYDM_SNPRINTF snprintf
#elif (DM_ODM_SUPPORT_TYPE == ODM_CE)
#undef pr_debug
#define pr_debug printk
#define pr_debug _RTW_DBG
#define RT_PRINTK(fmt, args...) pr_debug(fmt, ## args)
#define RT_DISP(dbgtype, dbgflag, printstr)
#define RT_TRACE(adapter, comp, drv_level, fmt, args...) \