Fixes prior to 4.15

This commit is contained in:
Basel Sayeh
2022-05-06 00:09:21 +03:00
parent 89992bce4a
commit 1443319fe6
5 changed files with 19 additions and 5 deletions

View File

@@ -43,6 +43,9 @@
#endif
#include <linux/sem.h>
#include <linux/sched.h>
#if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0)
#include <linux/sched/signal.h>
#endif
#include <linux/etherdevice.h>
#include <linux/wireless.h>
#include <net/iw_handler.h>