diff options
Diffstat (limited to 'include/linux/usb')
| -rw-r--r-- | include/linux/usb/usbnet.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/usbnet.h b/include/linux/usb/usbnet.h index f18d64129f99..8fbc008e183e 100644 --- a/include/linux/usb/usbnet.h +++ b/include/linux/usb/usbnet.h | |||
| @@ -34,6 +34,7 @@ struct usbnet { | |||
| 34 | struct mutex phy_mutex; | 34 | struct mutex phy_mutex; |
| 35 | unsigned char suspend_count; | 35 | unsigned char suspend_count; |
| 36 | unsigned char pkt_cnt, pkt_err; | 36 | unsigned char pkt_cnt, pkt_err; |
| 37 | unsigned short rx_qlen, tx_qlen; | ||
| 37 | 38 | ||
| 38 | /* i/o info: pipes etc */ | 39 | /* i/o info: pipes etc */ |
| 39 | unsigned in, out; | 40 | unsigned in, out; |
| @@ -253,4 +254,6 @@ extern void usbnet_link_change(struct usbnet *, bool, bool); | |||
| 253 | extern int usbnet_status_start(struct usbnet *dev, gfp_t mem_flags); | 254 | extern int usbnet_status_start(struct usbnet *dev, gfp_t mem_flags); |
| 254 | extern void usbnet_status_stop(struct usbnet *dev); | 255 | extern void usbnet_status_stop(struct usbnet *dev); |
| 255 | 256 | ||
| 257 | extern void usbnet_update_max_qlen(struct usbnet *dev); | ||
| 258 | |||
| 256 | #endif /* __LINUX_USB_USBNET_H */ | 259 | #endif /* __LINUX_USB_USBNET_H */ |
