mirror of
https://github.com/adulau/aha.git
synced 2025-01-02 14:13:18 +00:00
Staging: wlan-ng: Move netdevice_t typedef into p80211netdev.h
Signed-off-by: Moritz Muehlenhoff <jmm@debian.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
ea045ba020
commit
96c5abd7f8
2 changed files with 4 additions and 3 deletions
|
@ -55,10 +55,14 @@
|
||||||
|
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/wireless.h>
|
#include <linux/wireless.h>
|
||||||
|
#include <linux/netdevice.h>
|
||||||
|
|
||||||
/*================================================================*/
|
/*================================================================*/
|
||||||
/* Constants */
|
/* Constants */
|
||||||
|
|
||||||
|
#undef netdevice_t
|
||||||
|
typedef struct net_device netdevice_t;
|
||||||
|
|
||||||
#define WLAN_RELEASE "0.3.0-staging"
|
#define WLAN_RELEASE "0.3.0-staging"
|
||||||
|
|
||||||
#define WLAN_DEVICE_CLOSED 0
|
#define WLAN_DEVICE_CLOSED 0
|
||||||
|
|
|
@ -48,9 +48,6 @@
|
||||||
#ifndef _WLAN_COMPAT_H
|
#ifndef _WLAN_COMPAT_H
|
||||||
#define _WLAN_COMPAT_H
|
#define _WLAN_COMPAT_H
|
||||||
|
|
||||||
#undef netdevice_t
|
|
||||||
typedef struct net_device netdevice_t;
|
|
||||||
|
|
||||||
/*=============================================================*/
|
/*=============================================================*/
|
||||||
/*------ OS Portability Macros --------------------------------*/
|
/*------ OS Portability Macros --------------------------------*/
|
||||||
/*=============================================================*/
|
/*=============================================================*/
|
||||||
|
|
Loading…
Reference in a new issue