diff options
Diffstat (limited to 'include/linux/usb/usbnet.h')
| -rw-r--r-- | include/linux/usb/usbnet.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/usbnet.h b/include/linux/usb/usbnet.h index b0bff3083278..2e4f7721fc4e 100644 --- a/include/linux/usb/usbnet.h +++ b/include/linux/usb/usbnet.h @@ -207,6 +207,7 @@ struct cdc_state {  	struct usb_interface		*data;  }; +extern void usbnet_cdc_update_filter(struct usbnet *dev);  extern int usbnet_generic_cdc_bind(struct usbnet *, struct usb_interface *);  extern int usbnet_ether_cdc_bind(struct usbnet *dev, struct usb_interface *intf);  extern int usbnet_cdc_bind(struct usbnet *, struct usb_interface *); @@ -273,6 +274,7 @@ extern int usbnet_set_link_ksettings(struct net_device *net,  extern u32 usbnet_get_link(struct net_device *net);  extern u32 usbnet_get_msglevel(struct net_device *);  extern void usbnet_set_msglevel(struct net_device *, u32); +extern void usbnet_set_rx_mode(struct net_device *net);  extern void usbnet_get_drvinfo(struct net_device *, struct ethtool_drvinfo *);  extern int usbnet_nway_reset(struct net_device *net);  |