refresh patches
[openwrt.git] / target / linux / generic-2.6 / patches-2.6.21 / 210-d80211_compat.patch
1 --- a/include/linux/netdevice.h
2 +++ b/include/linux/netdevice.h
3 @@ -532,6 +532,8 @@ struct net_device
4         struct device           dev;
5         /* space for optional statistics and wireless sysfs groups */
6         struct attribute_group  *sysfs_groups[3];
7 +       
8 +       void *ieee80211_ptr;
9  };
10  #define to_net_dev(d) container_of(d, struct net_device, dev)
11