gnab / rtl8812au

Realtek 802.11n WLAN Adapter Linux driver
1.68k stars 547 forks source link

kthread_complete_and_exit #244

Open mkudenov opened 2 years ago

mkudenov commented 2 years ago

The compile failed until I reverted "kthread_complete_and_exit" back to "complete_and_exit" in include/osdep_service_linux.h on Debian 4.19.0-13-amd64. Figured I'd mention it. After the change it compiled and loaded fine and the sees the adapter now.

MatthewWertman commented 2 years ago

Hey, I think this is due to #243 which I mistakenly removed the 'complete_and_exit' completely, so kernels older than 5.17 weren't able to build (i don't think maintainer even reviewed the code). This new pull #246 should fix it.