support for USB autosuspend in the asix driver

this implements support for USB autosuspend in the asix USB ethernet
driver.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
Oliver Neukum
2007-08-03 13:52:19 +02:00
committed by David S. Miller
parent bc7f75fa97
commit a11a6544c0
3 changed files with 27 additions and 5 deletions

View File

@ -28,6 +28,7 @@
struct usbnet {
/* housekeeping */
struct usb_device *udev;
struct usb_interface *intf;
struct driver_info *driver_info;
const char *driver_name;
wait_queue_head_t *wait;