Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Aug 26, 2023
1 parent 4d7787d commit 4eb7366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os_dep/linux/ioctl_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, "<WORM@REALTEK>", 14);
}

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

0 comments on commit 4eb7366

Please sign in to comment.