Skip to content

Commit

Permalink
rtl8812au: add support for kernel 4.11
Browse files Browse the repository at this point in the history
kernel 4.11 requires to include <linux/sched/signal.h>
in include/osdep_service_linux.h
  • Loading branch information
maurossi committed May 13, 2017
1 parent 8456070 commit 060b103
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/osdep_service_linux.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@
#include <linux/netlink.h>
#endif //CONFIG_BT_COEXIST_SOCKET_TRX

#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 11, 0))
#include <linux/sched/signal.h>
#endif

#ifdef CONFIG_USB_HCI
typedef struct urb * PURB;
#if (LINUX_VERSION_CODE>=KERNEL_VERSION(2,6,22))
Expand Down

0 comments on commit 060b103

Please sign in to comment.