On Thu, 2010-10-07 at 14:55 +0200, Felix Fietkau wrote: > +#define genl_info_net(_info) genl_info_net((_info)->info) Need this instead: #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,32) /* compat for even older kernels already defines this to &init_net */ #define genl_info_net(_info) genl_info_net((_info)->info) #endif johannes -- 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