1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 05:00:36 +00:00

Compile on kernel v4.11

This commit is contained in:
kimocoder 2018-07-29 18:15:08 +02:00
parent 4d896a9145
commit 6a056e6c72

View File

@ -65,6 +65,10 @@
#include <linux/limits.h>
#endif
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0))
#include <linux/sched/signal.h>
#endif
#ifdef RTK_DMP_PLATFORM
#if (LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 12))
#include <linux/pageremap.h>