|
@@ -66,9 +66,8 @@ struct usbnet {
|
|
|
# define EVENT_STS_SPLIT 3
|
|
|
# define EVENT_LINK_RESET 4
|
|
|
# define EVENT_RX_PAUSED 5
|
|
|
-# define EVENT_DEV_WAKING 6
|
|
|
-# define EVENT_DEV_ASLEEP 7
|
|
|
-# define EVENT_DEV_OPEN 8
|
|
|
+# define EVENT_DEV_ASLEEP 6
|
|
|
+# define EVENT_DEV_OPEN 7
|
|
|
};
|
|
|
|
|
|
static inline struct usb_driver *driver_of(struct usb_interface *intf)
|