From f2a4bdc2b511388b9b7bb73f27abb628e1230db6 Mon Sep 17 00:00:00 2001 From: Raphael <68374617+raphaelscholle@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:01:26 +0100 Subject: [PATCH] Update ioctl_linux.c --- 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 784b566..be2891e 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 = 16; wrqu->data.flags = 1; - _rtw_memcpy(extra, "rtl88x2bu_openhd", 16); + _rtw_memcpy(extra, "rtl88x2bu_ohd", 16); } /* rtw_signal_process(pid, SIGUSR1); */ /* for test */