X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fetrax-2.6%2Fpatches%2Fgeneric_2.6%2F210-d80211_compat.patch;fp=target%2Flinux%2Fetrax-2.6%2Fpatches%2Fgeneric_2.6%2F210-d80211_compat.patch;h=555151ba7fafafdb9c51d9a8f364ca88165d5b5d;hb=630b618755f94c366e433c44e9d9fc75599c184d;hp=0000000000000000000000000000000000000000;hpb=cfa88cd02346d1496da26441b991a7c7608746b0;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/etrax-2.6/patches/generic_2.6/210-d80211_compat.patch b/target/linux/etrax-2.6/patches/generic_2.6/210-d80211_compat.patch new file mode 100644 index 0000000000..555151ba7f --- /dev/null +++ b/target/linux/etrax-2.6/patches/generic_2.6/210-d80211_compat.patch @@ -0,0 +1,11 @@ +--- linux.old/include/linux/netdevice.h 2006-12-30 18:49:37.916951328 +0100 ++++ linux.dev/include/linux/netdevice.h 2006-12-30 18:49:49.573179312 +0100 +@@ -526,6 +526,8 @@ + struct class_device class_dev; + /* space for optional statistics and wireless sysfs groups */ + struct attribute_group *sysfs_groups[3]; ++ ++ void *ieee80211_ptr; + }; + + #define NETDEV_ALIGN 32