diff options
Diffstat (limited to 'drivers/usb/net/mcs7830.c')
-rw-r--r-- | drivers/usb/net/mcs7830.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/net/mcs7830.c b/drivers/usb/net/mcs7830.c index 0266090a1d7d..23a80667f17e 100644 --- a/drivers/usb/net/mcs7830.c +++ b/drivers/usb/net/mcs7830.c | |||
@@ -430,8 +430,12 @@ static struct ethtool_ops mcs7830_ethtool_ops = { | |||
430 | .get_regs = mcs7830_get_regs, | 430 | .get_regs = mcs7830_get_regs, |
431 | 431 | ||
432 | /* common usbnet calls */ | 432 | /* common usbnet calls */ |
433 | .get_link = usbnet_get_link, | ||
433 | .get_msglevel = usbnet_get_msglevel, | 434 | .get_msglevel = usbnet_get_msglevel, |
434 | .set_msglevel = usbnet_set_msglevel, | 435 | .set_msglevel = usbnet_set_msglevel, |
436 | .get_settings = usbnet_get_settings, | ||
437 | .set_settings = usbnet_set_settings, | ||
438 | .nway_reset = usbnet_nway_reset, | ||
435 | }; | 439 | }; |
436 | 440 | ||
437 | static int mcs7830_bind(struct usbnet *dev, struct usb_interface *udev) | 441 | static int mcs7830_bind(struct usbnet *dev, struct usb_interface *udev) |