From: Arnd Bergmann Date: Sun, 8 Oct 2006 22:08:01 +0000 (+0200) Subject: usbnet: improve generic ethtool support X-Git-Tag: v2.6.19-rc3~137^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41286fd42f3545513f8de9f61028120b6d38e89;p=pandora-kernel.git usbnet: improve generic ethtool support This adds generic support for the ethtool commands get_settings, set_settings, get_link and nway_reset to usbnet. These are now implemented using mii functions when a low-level driver supports mdio_read/mdio_write and does not override the usbnet ethtool commands with its own. Currently, this applies to the asix and the mcs7830 drivers. I have tested it on mcs7830. Signed-off-by: Arnd Bergmann Acked-by: David Hollis Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed