diff options
Diffstat (limited to 'drivers/usb/net/usbnet.h')
-rw-r--r-- | drivers/usb/net/usbnet.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/net/usbnet.h b/drivers/usb/net/usbnet.h index c0746f0454af..743947c3fb83 100644 --- a/drivers/usb/net/usbnet.h +++ b/drivers/usb/net/usbnet.h | |||
@@ -168,9 +168,13 @@ extern void usbnet_defer_kevent (struct usbnet *, int); | |||
168 | extern void usbnet_skb_return (struct usbnet *, struct sk_buff *); | 168 | extern void usbnet_skb_return (struct usbnet *, struct sk_buff *); |
169 | extern void usbnet_unlink_rx_urbs(struct usbnet *); | 169 | extern void usbnet_unlink_rx_urbs(struct usbnet *); |
170 | 170 | ||
171 | extern int usbnet_get_settings (struct net_device *net, struct ethtool_cmd *cmd); | ||
172 | extern int usbnet_set_settings (struct net_device *net, struct ethtool_cmd *cmd); | ||
173 | extern u32 usbnet_get_link (struct net_device *net); | ||
171 | extern u32 usbnet_get_msglevel (struct net_device *); | 174 | extern u32 usbnet_get_msglevel (struct net_device *); |
172 | extern void usbnet_set_msglevel (struct net_device *, u32); | 175 | extern void usbnet_set_msglevel (struct net_device *, u32); |
173 | extern void usbnet_get_drvinfo (struct net_device *, struct ethtool_drvinfo *); | 176 | extern void usbnet_get_drvinfo (struct net_device *, struct ethtool_drvinfo *); |
177 | extern int usbnet_nway_reset(struct net_device *net); | ||
174 | 178 | ||
175 | /* messaging support includes the interface name, so it must not be | 179 | /* messaging support includes the interface name, so it must not be |
176 | * used before it has one ... notably, in minidriver bind() calls. | 180 | * used before it has one ... notably, in minidriver bind() calls. |