|
@@ -1521,7 +1521,7 @@ usbnet_probe (struct usb_interface *udev, const struct usb_device_id *prod)
|
|
netif_device_attach (net);
|
|
netif_device_attach (net);
|
|
|
|
|
|
if (dev->driver_info->flags & FLAG_LINK_INTR)
|
|
if (dev->driver_info->flags & FLAG_LINK_INTR)
|
|
- netif_carrier_off(net);
|
|
|
|
|
|
+ usbnet_link_change(dev, 0, 0);
|
|
|
|
|
|
return 0;
|
|
return 0;
|
|
|
|
|