2009-02-09 03:33:57 +08:00
|
|
|
--- a/include/linux/netdevice.h
|
|
|
|
+++ b/include/linux/netdevice.h
|
2008-05-19 04:23:20 +08:00
|
|
|
@@ -532,6 +532,8 @@ struct net_device
|
2007-05-27 03:41:42 +08:00
|
|
|
struct device dev;
|
2006-12-31 01:52:58 +08:00
|
|
|
/* space for optional statistics and wireless sysfs groups */
|
|
|
|
struct attribute_group *sysfs_groups[3];
|
|
|
|
+
|
|
|
|
+ void *ieee80211_ptr;
|
|
|
|
};
|
2007-05-27 03:41:42 +08:00
|
|
|
#define to_net_dev(d) container_of(d, struct net_device, dev)
|
2006-12-31 01:52:58 +08:00
|
|
|
|