Re: [linux-usb-devel] Re: [PATCH 2.6] Add ethtool_ops support to usbnet

2003-09-09 Thread David T Hollis
Oliver Neukum wrote: Am Samstag, 6. September 2003 15:55 schrieb David T Hollis: +/* Default ethtool_ops assigned. Devices can override in their bind() routine */ +static struct ethtool_ops usbnet_ethtool_ops = { + .get_drvinfo= usbnet_get_drvinfo, + .get_link

Re: [linux-usb-devel] Re: [PATCH 2.6] Add ethtool_ops support to usbnet

2003-09-08 Thread Oliver Neukum
Am Samstag, 6. September 2003 15:55 schrieb David T Hollis: > +/* Default ethtool_ops assigned. Devices can override in their bind() routine */ > +static struct ethtool_ops usbnet_ethtool_ops = { > + .get_drvinfo= usbnet_get_drvinfo, > + .get_link = usbnet_get

[linux-usb-devel] Re: [PATCH 2.6] Add ethtool_ops support to usbnet

2003-09-06 Thread David T Hollis
Greg KH wrote: On Fri, Aug 29, 2003 at 08:04:34AM -0400, David T Hollis wrote: [EMAIL PROTECTED], 2003-08-29 07:56:36-04:00, [EMAIL PROTECTED] Add ethtool_ops support to usbnet Hm, I get a confict when trying to apply this patch. Can you rediff it, or just wait for me to sync back up wit

[linux-usb-devel] Re: [PATCH 2.6] Add ethtool_ops support to usbnet

2003-09-02 Thread Greg KH
On Fri, Aug 29, 2003 at 08:04:34AM -0400, David T Hollis wrote: > [EMAIL PROTECTED], 2003-08-29 07:56:36-04:00, [EMAIL PROTECTED] > Add ethtool_ops support to usbnet Hm, I get a confict when trying to apply this patch. Can you rediff it, or just wait for me to sync back up with Linus? thanks,