From 7aca2cd9dca5789a5d433a295a5a59e3be16691a Mon Sep 17 00:00:00 2001 From: morrownr Date: Mon, 8 Nov 2021 08:21:43 -0600 Subject: [PATCH] minor update --- os_dep/linux/ioctl_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */