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 a69877734c4e..e2ec3582e549 100644 --- a/include/linux/usb/usbnet.h +++ b/include/linux/usb/usbnet.h | |||
@@ -82,6 +82,7 @@ struct usbnet { | |||
82 | # define EVENT_RX_KILL 10 | 82 | # define EVENT_RX_KILL 10 |
83 | # define EVENT_LINK_CHANGE 11 | 83 | # define EVENT_LINK_CHANGE 11 |
84 | # define EVENT_SET_RX_MODE 12 | 84 | # define EVENT_SET_RX_MODE 12 |
85 | # define EVENT_NO_IP_ALIGN 13 | ||
85 | }; | 86 | }; |
86 | 87 | ||
87 | static inline struct usb_driver *driver_of(struct usb_interface *intf) | 88 | static inline struct usb_driver *driver_of(struct usb_interface *intf) |