You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
474 B
14 lines
474 B
17 years ago
|
Index: linux-2.6.21.7/include/linux/netdevice.h
|
||
|
===================================================================
|
||
|
--- linux-2.6.21.7.orig/include/linux/netdevice.h
|
||
|
+++ linux-2.6.21.7/include/linux/netdevice.h
|
||
|
@@ -532,6 +532,8 @@ struct net_device
|
||
18 years ago
|
struct device dev;
|
||
18 years ago
|
/* space for optional statistics and wireless sysfs groups */
|
||
|
struct attribute_group *sysfs_groups[3];
|
||
|
+
|
||
|
+ void *ieee80211_ptr;
|
||
|
};
|
||
18 years ago
|
#define to_net_dev(d) container_of(d, struct net_device, dev)
|
||
18 years ago
|
|