diff options
Diffstat (limited to 'drivers/net/usb/int51x1.c')
-rw-r--r-- | drivers/net/usb/int51x1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/usb/int51x1.c b/drivers/net/usb/int51x1.c index be02a25da71a..131ac6c172f6 100644 --- a/drivers/net/usb/int51x1.c +++ b/drivers/net/usb/int51x1.c | |||
@@ -193,7 +193,7 @@ static const struct net_device_ops int51x1_netdev_ops = { | |||
193 | .ndo_change_mtu = usbnet_change_mtu, | 193 | .ndo_change_mtu = usbnet_change_mtu, |
194 | .ndo_set_mac_address = eth_mac_addr, | 194 | .ndo_set_mac_address = eth_mac_addr, |
195 | .ndo_validate_addr = eth_validate_addr, | 195 | .ndo_validate_addr = eth_validate_addr, |
196 | .ndo_set_multicast_list = int51x1_set_multicast, | 196 | .ndo_set_rx_mode = int51x1_set_multicast, |
197 | }; | 197 | }; |
198 | 198 | ||
199 | static int int51x1_bind(struct usbnet *dev, struct usb_interface *intf) | 199 | static int int51x1_bind(struct usbnet *dev, struct usb_interface *intf) |