On Mon, Apr 19, 2010 at 1:06 PM, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote: > > Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > include/linux/compat-2.6.35.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/include/linux/compat-2.6.35.h b/include/linux/compat-2.6.35.h > index 964e8dc..4d3483a 100644 > --- a/include/linux/compat-2.6.35.h > +++ b/include/linux/compat-2.6.35.h > @@ -4,6 +4,7 @@ > #include <linux/version.h> > > #if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35)) > +#include <linux/etherdevice.h> > > #define IW_HANDLER(id, func) \ > [IW_IOCTL_IDX(id)] = func > @@ -11,6 +12,8 @@ > #define SDIO_BUS_ECSI 0x20 /* Enable continuous SPI interrupt */ > #define SDIO_BUS_SCSI 0x40 /* Support continuous SPI interrupt */ > > +#define netdev_hw_addr dev_mc_list > + > #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,35)) */ > > #endif /* LINUX_26_35_COMPAT_H */ Lets go with this approach for now, and if it bites us in the ass we now not to do that again :) BTW Thanks so much for all these patches, I'm merging them now, I counted 6, 3 for compat, 3 for compat-wireless, if I missed anything please let me know. Going to force out a new tarball now. compat: compat: backport convert multicast list to list_head. compat: Add linux/version.h include before using it. compat: Add definitions needed for libertas sdio driver. compat-wireless: compat-wireless: include net and trace includes form compat compat-wireless: Remove use of sdio quirks attribute compat-wireless: backport convert multicast list to list_head. Luis -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html