diff options
Diffstat (limited to 'drivers/net/usb/cdc_ether.c')
-rw-r--r-- | drivers/net/usb/cdc_ether.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c index 71d7ff3de99f..7ec24c9b2535 100644 --- a/drivers/net/usb/cdc_ether.c +++ b/drivers/net/usb/cdc_ether.c | |||
@@ -413,7 +413,7 @@ static int cdc_bind(struct usbnet *dev, struct usb_interface *intf) | |||
413 | 413 | ||
414 | static const struct driver_info cdc_info = { | 414 | static const struct driver_info cdc_info = { |
415 | .description = "CDC Ethernet Device", | 415 | .description = "CDC Ethernet Device", |
416 | .flags = FLAG_ETHER, | 416 | .flags = FLAG_ETHER | FLAG_LINK_INTR, |
417 | // .check_connect = cdc_check_connect, | 417 | // .check_connect = cdc_check_connect, |
418 | .bind = cdc_bind, | 418 | .bind = cdc_bind, |
419 | .unbind = usbnet_cdc_unbind, | 419 | .unbind = usbnet_cdc_unbind, |