1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 13:52:26 +03:00
openwrt-xburst/target/linux/generic-2.6/patches-2.6.21/210-d80211_compat.patch
juhosg b27747291f [kernel] generic-2.6/2.6.21: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14453 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-08 19:33:57 +00:00

12 lines
327 B
Diff

--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -532,6 +532,8 @@ struct net_device
struct device dev;
/* space for optional statistics and wireless sysfs groups */
struct attribute_group *sysfs_groups[3];
+
+ void *ieee80211_ptr;
};
#define to_net_dev(d) container_of(d, struct net_device, dev)