This will not apply to recent kernels, drivers/net/usb/asix.c has been
split into several files, please make these changes in
drivers/net/usb/asix_devices.c.
Regards, Christian
// Linksys USB1000
USB_DEVICE (0x1737, 0x0039),
.driver_info = (unsigned long) &ax88178_info,
--
1.7.10.4
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Tirsdag den 18. september 2012 07:41:11 skrev Christian Riesch:
This will not apply to recent kernels, drivers/net/usb/asix.c has been
split into several files, please make these changes in
drivers/net/usb/asix_devices.c.
I'll do that. The previous patch applies to the 3.5.x stable series if it get
accepted there.
Thanks for the feedback.
--
Søren Holm
From: Christian Riesch <hidden> Date: 2012-09-18 08:21:19
On Tue, Sep 18, 2012 at 9:49 AM, Søren Holm [off-list ref] wrote:
Tirsdag den 18. september 2012 07:41:11 skrev Christian Riesch:
quoted
This will not apply to recent kernels, drivers/net/usb/asix.c has been
split into several files, please make these changes in
drivers/net/usb/asix_devices.c.
I'll do that. The previous patch applies to the 3.5.x stable series if it get
accepted there.
IIRC this is not how it works. Your patch must go into the current
mainline kernel first (via net or net-next) before, then it will be
backported to the stable series.Therefore you must always send patches
that apply to net, or net-next...
Christian
Tirsdag den 18. september 2012 10:21:17 skrev Christian Riesch:
IIRC this is not how it works. Your patch must go into the current
mainline kernel first (via net or net-next) before, then it will be
backported to the stable series.Therefore you must always send patches
that apply to net, or net-next...
Christian