diff options
Diffstat (limited to 'drivers/net/appletalk/cops.c')
-rw-r--r-- | drivers/net/appletalk/cops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/appletalk/cops.c b/drivers/net/appletalk/cops.c index 748c9f526e71..9abd4eb86dc1 100644 --- a/drivers/net/appletalk/cops.c +++ b/drivers/net/appletalk/cops.c | |||
@@ -264,7 +264,7 @@ static const struct net_device_ops cops_netdev_ops = { | |||
264 | .ndo_start_xmit = cops_send_packet, | 264 | .ndo_start_xmit = cops_send_packet, |
265 | .ndo_tx_timeout = cops_timeout, | 265 | .ndo_tx_timeout = cops_timeout, |
266 | .ndo_do_ioctl = cops_ioctl, | 266 | .ndo_do_ioctl = cops_ioctl, |
267 | .ndo_set_multicast_list = set_multicast_list, | 267 | .ndo_set_rx_mode = set_multicast_list, |
268 | }; | 268 | }; |
269 | 269 | ||
270 | /* | 270 | /* |