aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/net/usbnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/net/usbnet.h')
-rw-r--r--drivers/usb/net/usbnet.h4
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);
168extern void usbnet_skb_return (struct usbnet *, struct sk_buff *); 168extern void usbnet_skb_return (struct usbnet *, struct sk_buff *);
169extern void usbnet_unlink_rx_urbs(struct usbnet *); 169extern void usbnet_unlink_rx_urbs(struct usbnet *);
170 170
171extern int usbnet_get_settings (struct net_device *net, struct ethtool_cmd *cmd);
172extern int usbnet_set_settings (struct net_device *net, struct ethtool_cmd *cmd);
173extern u32 usbnet_get_link (struct net_device *net);
171extern u32 usbnet_get_msglevel (struct net_device *); 174extern u32 usbnet_get_msglevel (struct net_device *);
172extern void usbnet_set_msglevel (struct net_device *, u32); 175extern void usbnet_set_msglevel (struct net_device *, u32);
173extern void usbnet_get_drvinfo (struct net_device *, struct ethtool_drvinfo *); 176extern void usbnet_get_drvinfo (struct net_device *, struct ethtool_drvinfo *);
177extern 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.