From 372ab79b233ed05d940e4b835ec5d2967b033cf9 Mon Sep 17 00:00:00 2001 From: Pascal de Bruijn Date: Thu, 23 May 2019 19:56:41 +0200 Subject: [PATCH] fix DRIVER_PREFIX to properly identify as rtl8723cs --- include/rtw_debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtw_debug.h b/include/rtw_debug.h index 07f7675..26cacee 100644 --- a/include/rtw_debug.h +++ b/include/rtw_debug.h @@ -190,7 +190,7 @@ extern void rtl871x_cedbg(const char *fmt, ...); #define _seqdump(sel, fmt, arg...) _dbgdump(fmt, ##arg) #endif -#define DRIVER_PREFIX "RTL871X: " +#define DRIVER_PREFIX "8723cs: " #if defined(_dbgdump)