diff --git a/os_dep/linux/ioctl_linux.c b/os_dep/linux/ioctl_linux.c index 1751022..d720749 100644 --- a/os_dep/linux/ioctl_linux.c +++ b/os_dep/linux/ioctl_linux.c @@ -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, "", 14); + _rtw_memcpy(extra, "WIFI@RTL88X2BU", 14); } /* rtw_signal_process(pid, SIGUSR1); */ /* for test */