TL-WN823N driver gives errors in "make" step
This thread has been locked for further replies. You can start a new thread to share your ideas or ask questions.
TL-WN823N driver gives errors in "make" step
Trying to install the driver for Linux Mint, the "make" command gives me the following errors:
error: ‘_timer’ {aka ‘struct timer_list’} has no member named ‘data’
299 | ptimer->data = (unsigned long)cntx;
| ^~
error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
300 | init_timer(ptimer);
| ^~~~~~~~~~
| _init_timer