Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> wrote: > The rtw88 module names all start with the "rtw88_" prefix, but the > messages in dmesg mostly use the "rtw_" prefix. The messages from > rtw88_8723cs don't even have the underscore. > > Use the KBUILD_MODNAME macro in every driver. This ensures that the > messages in dmesg will always use the module name. > > Before: > > Mar 17 15:54:19 ideapad2 kernel: rtw_8814au 2-4:1.0: Firmware version 33.6.0, H2C version 6 > > After: > > Mar 17 16:33:35 ideapad2 kernel: rtw88_8814au 2-4:1.0: Firmware version 33.6.0, H2C version 6 > > Signed-off-by: Bitterblue Smith <rtl8821cerfe2@xxxxxxxxx> 1 patch(es) applied to rtw-next branch of rtw.git, thanks. 581cf3a9cb61 wifi: rtw88: Fix the module names printed in dmesg --- https://github.com/pkshih/rtw.git