1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 14:44:09 +00:00

Update kernel support

* Updated support for newer kernels
This commit is contained in:
Christian kimocoder 2017-09-16 11:10:38 +02:00 committed by GitHub
parent 63a426213c
commit 4ff1eaf558

View File

@ -39,6 +39,12 @@
#ifdef PLATFORM_LINUX #ifdef PLATFORM_LINUX
#include <osdep_service_linux.h> #include <osdep_service_linux.h>
#include <linux/version.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
#include <linux/sched/signal.h>
#endif
#endif #endif
#ifdef PLATFORM_OS_XP #ifdef PLATFORM_OS_XP