fix DRIVER_PREFIX to properly identify as rtl8723cs
This commit is contained in:
parent
9c0c3e51ae
commit
372ab79b23
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue