TL-WN725N-TP-Link-Debian icon indicating copy to clipboard operation
TL-WN725N-TP-Link-Debian copied to clipboard

make all error

Open brunop00 opened this issue 8 months ago • 0 comments

I'm using a 6.8.11-amd64 kernel and the command execution occurred this error:

error: ‘struct timer_list’ has no member named ‘data’ 94 | ptimer->data = (unsigned long)cntx; | ^~ error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration] 95 | init_timer(ptimer); | ^~~~~~~~~~ | _init_timer cc1: some warnings being treated as errors make[3]: *** [/usr/src/linux-headers-6.8.11-common/scripts/Makefile.build:248

Must it be because the kernel is much newer than the driver? Which kernel do you recommend me to use?

brunop00 avatar Jun 13 '24 18:06 brunop00