Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 96c5abd7 authored by Moritz Muehlenhoff's avatar Moritz Muehlenhoff Committed by Greg Kroah-Hartman
Browse files

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

parent ea045ba0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+0 −3
Original line number Diff line number Diff line
@@ -48,9 +48,6 @@
#ifndef _WLAN_COMPAT_H
#define _WLAN_COMPAT_H

#undef netdevice_t
typedef struct net_device netdevice_t;

/*=============================================================*/
/*------ OS Portability Macros --------------------------------*/
/*=============================================================*/