From ae2d6ad7e8966e9d08554e356abd95f0d1dfef8e Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Wed, 30 Aug 2023 00:52:32 +0200 Subject: [PATCH] remove strange naming --- os_dep/linux/ioctl_linux.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os_dep/linux/ioctl_linux.c b/os_dep/linux/ioctl_linux.c index 30f95840..2c288b12 100644 --- a/os_dep/linux/ioctl_linux.c +++ b/os_dep/linux/ioctl_linux.c @@ -3253,9 +3253,9 @@ static int rtw_wx_get_nick(struct net_device *dev, /* struct security_priv *psecuritypriv = &padapter->securitypriv; */ if (extra) { - wrqu->data.length = 14; + wrqu->data.length = 16; wrqu->data.flags = 1; - _rtw_memcpy(extra, "", 14); + _rtw_memcpy(extra, "rtl8812au_openhd", 16); } /* rtw_signal_process(pid, SIGUSR1); */ /* for test */