]> git.pld-linux.org Git - packages/rtl8812au.git/blob - linux-4.11.patch
4f773680c6b3099ba4976d4a62a3a21628fcf940
[packages/rtl8812au.git] / linux-4.11.patch
1 --- rtl8812au_linux-master/include/osdep_service_linux.h~       2014-07-21 15:06:45.000000000 +0200
2 +++ rtl8812au_linux-master/include/osdep_service_linux.h        2017-05-10 00:55:04.866491028 +0200
3 @@ -46,6 +46,9 @@
4  #endif
5         #include <linux/sem.h>
6         #include <linux/sched.h>
7 +#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,11,0))
8 +       #include <linux/sched/signal.h>
9 +#endif
10         #include <linux/etherdevice.h>
11         #include <linux/wireless.h>
12         #include <net/iw_handler.h>
This page took 0.061845 seconds and 2 git commands to generate.