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 Aug 26, 2023
1 parent 59ab8c5 commit 7e35293
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 @@ -3255,7 +3255,7 @@ static int rtw_wx_get_nick(struct net_device *dev,
if (extra) {
wrqu->data.length = 14;
wrqu->data.flags = 1;
_rtw_memcpy(extra, "rtl8812au_openhd", 14);
_rtw_memcpy(extra, "<rtl8812au_openhd>", 14);
}

/* rtw_signal_process(pid, SIGUSR1); */ /* for test */
Expand Down

0 comments on commit 7e35293

Please sign in to comment.