diff options
author | Oliver Neukum <oneukum@suse.de> | 2007-08-03 07:52:19 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:50:40 -0400 |
commit | a11a6544c0bf6c0871f2379ad0c5ad0210691e73 (patch) | |
tree | e594e06eaae9c931305f257d3bffa27f3982b292 /drivers/net/usb/usbnet.h | |
parent | bc7f75fa97884d41efbfde1397b621fefb2550b4 (diff) |
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>
Diffstat (limited to 'drivers/net/usb/usbnet.h')
-rw-r--r-- | drivers/net/usb/usbnet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/usbnet.h b/drivers/net/usb/usbnet.h index a6c5820767de..1fae4347e831 100644 --- a/drivers/net/usb/usbnet.h +++ b/drivers/net/usb/usbnet.h | |||
@@ -28,6 +28,7 @@ | |||
28 | struct usbnet { | 28 | struct usbnet { |
29 | /* housekeeping */ | 29 | /* housekeeping */ |
30 | struct usb_device *udev; | 30 | struct usb_device *udev; |
31 | struct usb_interface *intf; | ||
31 | struct driver_info *driver_info; | 32 | struct driver_info *driver_info; |
32 | const char *driver_name; | 33 | const char *driver_name; |
33 | wait_queue_head_t *wait; | 34 | wait_queue_head_t *wait; |