mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
net: usbnet: export usbnet_set_rx_mode()
This function can be reused by other usbnet minidrivers. Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
e506addeff
commit
1ea2b748b5
2 changed files with 3 additions and 1 deletions
|
@ -274,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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue