On Tue, May 4, 2010 at 3:40 PM, Hauke Mehrtens <hauke@xxxxxxxxxx> wrote: > > Signed-off-by: Hauke Mehrtens <hauke@xxxxxxxxxx> > --- > include/linux/compat-2.6.29.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/linux/compat-2.6.29.h b/include/linux/compat-2.6.29.h > index c3572a2..2709953 100644 > --- a/include/linux/compat-2.6.29.h > +++ b/include/linux/compat-2.6.29.h > @@ -61,6 +61,8 @@ extern void usb_unpoison_anchored_urbs(struct usb_anchor *anchor); > > extern int eth_mac_addr(struct net_device *dev, void *p); > > +#define orinoco_if_add(priv, base_addr, irq, ops) orinoco_if_add(priv, base_addr, irq) > + > #endif /* (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,29)) */ Since we're going to have the netdevice ops available on older kernels I'll skip this patch and first try by just backporting the netdevice ops a bit differently. Thanks though. 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