minor update

This commit is contained in:
morrownr 2021-11-08 08:21:43 -06:00
parent 7e1c933b11
commit 7aca2cd9dc

View File

@ -3187,7 +3187,7 @@ static int rtw_wx_get_nick(struct net_device *dev,
if (extra) {
wrqu->data.length = 14;
wrqu->data.flags = 1;
_rtw_memcpy(extra, "<WIFI@REALTEK>", 14);
_rtw_memcpy(extra, "WIFI@RTL88X2BU", 14);
}
/* rtw_signal_process(pid, SIGUSR1); */ /* for test */