You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: