diff options
| author | Miguel Rodríguez Pérez <[email protected]> | 2020-07-15 20:40:57 +0200 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2020-07-17 12:42:47 -0700 |
| commit | e506addeff844237d60545ef4f6141de21471caf (patch) | |
| tree | 4519e14c3d3989a0dd74ad1e18b07940f6a51132 /include/linux | |
| parent | 0226009ce0f6089f9b31211f7a2703cf9a327a01 (diff) | |
net: cdc_ether: export usbnet_cdc_update_filter
This makes the function available to other drivers, like cdc_ncm.
Signed-off-by: Miguel Rodríguez Pérez <[email protected]>
Acked-by: Oliver Neukum <[email protected]>
Signed-off-by: Bjørn Mork <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/usbnet.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb/usbnet.h b/include/linux/usb/usbnet.h index b0bff3083278..3a856963a363 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 *); |