diff options
Diffstat (limited to 'include/linux/usb/usbnet.h')
-rw-r--r-- | include/linux/usb/usbnet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/usbnet.h b/include/linux/usb/usbnet.h index 86c31b753266..8c84881f8478 100644 --- a/include/linux/usb/usbnet.h +++ b/include/linux/usb/usbnet.h | |||
@@ -92,6 +92,7 @@ struct driver_info { | |||
92 | #define FLAG_SEND_ZLP 0x0200 /* hw requires ZLPs are sent */ | 92 | #define FLAG_SEND_ZLP 0x0200 /* hw requires ZLPs are sent */ |
93 | #define FLAG_WWAN 0x0400 /* use "wwan%d" names */ | 93 | #define FLAG_WWAN 0x0400 /* use "wwan%d" names */ |
94 | 94 | ||
95 | #define FLAG_LINK_INTR 0x0800 /* updates link (carrier) status */ | ||
95 | 96 | ||
96 | /* init device ... can sleep, or cause probe() failure */ | 97 | /* init device ... can sleep, or cause probe() failure */ |
97 | int (*bind)(struct usbnet *, struct usb_interface *); | 98 | int (*bind)(struct usbnet *, struct usb_interface *); |