add compatibility patch for d80211
[openwrt-10.03/.git] / target / linux / generic-2.6 / patches / 210-d80211_compat.patch
1 --- linux.old/include/linux/netdevice.h 2006-12-30 18:49:37.916951328 +0100
2 +++ linux.dev/include/linux/netdevice.h 2006-12-30 18:49:49.573179312 +0100
3 @@ -526,6 +526,8 @@
4         struct class_device     class_dev;
5         /* space for optional statistics and wireless sysfs groups */
6         struct attribute_group  *sysfs_groups[3];
7 +       
8 +       void *ieee80211_ptr;
9  };
10  
11  #define        NETDEV_ALIGN            32