> +#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 34) > + > +#define MC_LIST struct netdev_hw_addr_list_mc > +#define MC_LIST_ADDR addr > + > +#endif /* > KERNEL_VERSION(2, 6, 34) */ Should have been "MC_LIST struct netdev_hw_addr" instead... fixed upstream (and will be fixed in next patchset here).
Cheers, Linus
