rtl8723ds: Fix builds for kernel 4.14

Signed-off-by: Alexander Kaplan <alex@nextthing.co>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger
2017-10-14 09:31:11 -05:00
parent e87533e664
commit eb9c1aa49f
17 changed files with 420 additions and 421 deletions

View File

@@ -27,10 +27,6 @@
#ifndef __DRV_TYPES_H__
#define __DRV_TYPES_H__
#ifndef is_compat_task
#define is_compat_task() 0
#endif
#include <drv_conf.h>
#include <basic_types.h>
#include <osdep_service.h>
@@ -55,6 +51,10 @@
#include <drv_types_linux.h>
#endif
#ifndef is_compat_task
#define is_compat_task() 0
#endif
enum _NIC_VERSION {
RTL8711_NIC,

View File

@@ -57,6 +57,8 @@
#include <linux/kthread.h>
#include <linux/list.h>
#include <linux/vmalloc.h>
#include <linux/signal.h>
#include <linux/sched/signal.h>
#if (LINUX_VERSION_CODE <= KERNEL_VERSION(2, 5, 41))
#include <linux/tqueue.h>