aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/dev.h
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-12-09 16:22:21 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:06:27 -0500
commitd9268fb9a124d067cf93710a85bb6c158d131c97 (patch)
tree2a7c28fe0f1e78c1445a569042298c4c87f160c5 /drivers/net/wireless/libertas/dev.h
parent198cefb9320ea0aa1be43a93b398435447583081 (diff)
libertas: stop using ieee80211 for radiotap device
There seems to be no point in doing it as an ieee80211 device instead of a normal netdev, and when we override its ->priv and then call free_ieee80211() it has a distressing tendency to crash horribly. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/dev.h')
-rw-r--r--drivers/net/wireless/libertas/dev.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/libertas/dev.h b/drivers/net/wireless/libertas/dev.h
index a9c3adc421b7..04cf33da5899 100644
--- a/drivers/net/wireless/libertas/dev.h
+++ b/drivers/net/wireless/libertas/dev.h
@@ -10,7 +10,6 @@
10#include <linux/wireless.h> 10#include <linux/wireless.h>
11#include <linux/ethtool.h> 11#include <linux/ethtool.h>
12#include <linux/debugfs.h> 12#include <linux/debugfs.h>
13#include <net/ieee80211.h>
14 13
15#include "defs.h" 14#include "defs.h"
16#include "scan.h" 15#include "scan.h"
@@ -114,7 +113,6 @@ struct lbs_private {
114 struct net_device_stats stats; 113 struct net_device_stats stats;
115 struct net_device *mesh_dev; /* Virtual device */ 114 struct net_device *mesh_dev; /* Virtual device */
116 struct net_device *rtap_net_dev; 115 struct net_device *rtap_net_dev;
117 struct ieee80211_device *ieee;
118 116
119 struct iw_statistics wstats; 117 struct iw_statistics wstats;
120 struct lbs_mesh_stats mstats; 118 struct lbs_mesh_stats mstats;