summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211netdev.h
diff options
context:
space:
mode:
authorMoritz Muehlenhoff <jmm@debian.org>2009-02-05 23:55:56 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-04-03 14:53:21 -0700
commit96c5abd7f84272447a74c2a854c89f9cbd4018b2 (patch)
tree2105e7c14599245891fc6bde6828f74d885707d8 /drivers/staging/wlan-ng/p80211netdev.h
parentea045ba02086c008505ab1a6a7a60856072be65f (diff)
downloadop-kernel-dev-96c5abd7f84272447a74c2a854c89f9cbd4018b2.zip
op-kernel-dev-96c5abd7f84272447a74c2a854c89f9cbd4018b2.tar.gz
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>
Diffstat (limited to 'drivers/staging/wlan-ng/p80211netdev.h')
-rw-r--r--drivers/staging/wlan-ng/p80211netdev.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/wlan-ng/p80211netdev.h b/drivers/staging/wlan-ng/p80211netdev.h
index ca65a4a9..cbd02d2 100644
--- a/drivers/staging/wlan-ng/p80211netdev.h
+++ b/drivers/staging/wlan-ng/p80211netdev.h
@@ -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
OpenPOWER on IntegriCloud