From 4eb7366c3437b8189ba8e72c6819f497561ffb21 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Sat, 26 Aug 2023 22:45:13 +0200 Subject: [PATCH] debug --- 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 2c288b1..01e5775 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 = 16; + wrqu->data.length = 14; wrqu->data.flags = 1; - _rtw_memcpy(extra, "rtl8812au_openhd", 16); + _rtw_memcpy(extra, "", 14); } /* rtw_signal_process(pid, SIGUSR1); */ /* for test */