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 Dec 23, 2023
1 parent 3b4eaa3 commit 455c6bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions os_dep/linux/ioctl_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -3268,8 +3268,6 @@ if (extra) {
char date_str[7];
sprintf(date_str, "%02d%02d%02d", compile_day, compile_month, compile_year % 100);

printf("date_str: %s\n", date_str);

_rtw_memcpy(extra, "rtl8812au_openhd_", 17);
_rtw_memcpy(extra + 17, date_str, 6);
}
Expand Down

0 comments on commit 455c6bc

Please sign in to comment.