Skip to content

Commit

Permalink
Update ioctl_linux.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Jan 22, 2024
1 parent e3738e9 commit f2a4bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os_dep/linux/ioctl_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit f2a4bdc

Please sign in to comment.