fix DRIVER_PREFIX to properly identify as rtl8723cs

This commit is contained in:
Pascal de Bruijn 2019-05-23 19:56:41 +02:00 committed by Icenowy Zheng
parent 9c0c3e51ae
commit 372ab79b23
1 changed files with 1 additions and 1 deletions

View File

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