提交 96c5abd7 编写于 作者: M Moritz Muehlenhoff 提交者: Greg Kroah-Hartman

Staging: wlan-ng: Move netdevice_t typedef into p80211netdev.h

Signed-off-by: NMoritz Muehlenhoff <jmm@debian.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 ea045ba0
......@@ -55,10 +55,14 @@
#include <linux/interrupt.h>
#include <linux/wireless.h>
#include <linux/netdevice.h>
/*================================================================*/
/* Constants */
#undef netdevice_t
typedef struct net_device netdevice_t;
#define WLAN_RELEASE "0.3.0-staging"
#define WLAN_DEVICE_CLOSED 0
......
......@@ -48,9 +48,6 @@
#ifndef _WLAN_COMPAT_H
#define _WLAN_COMPAT_H
#undef netdevice_t
typedef struct net_device netdevice_t;
/*=============================================================*/
/*------ OS Portability Macros --------------------------------*/
/*=============================================================*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册