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
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
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
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,