Revert "cdc_subset: deal with a device that needs reset for timeout"
[linux-2.6-block.git] / drivers / net / usb / usbnet.c
index 5173821a9575e4131f9b45ceef41c9c1eda52cfd..f9e96c4275589ebc63b3d87432fe50471c287872 100644 (file)
@@ -1218,12 +1218,8 @@ void usbnet_tx_timeout (struct net_device *net)
 
        unlink_urbs (dev, &dev->txq);
        tasklet_schedule (&dev->bh);
-       /* this needs to be handled individually because the generic layer
-        * doesn't know what is sufficient and could not restore private
-        * information if a remedy of an unconditional reset were used.
-        */
-       if (dev->driver_info->recover)
-               (dev->driver_info->recover)(dev);
+
+       // FIXME: device recovery -- reset?
 }
 EXPORT_SYMBOL_GPL(usbnet_tx_timeout);