aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/8390/pcnet_cs.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/8390/pcnet_cs.c')
-rw-r--r--drivers/net/ethernet/8390/pcnet_cs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/8390/pcnet_cs.c b/drivers/net/ethernet/8390/pcnet_cs.c
index 40107614b5dc..053b2551a72d 100644
--- a/drivers/net/ethernet/8390/pcnet_cs.c
+++ b/drivers/net/ethernet/8390/pcnet_cs.c
@@ -227,7 +227,7 @@ static const struct net_device_ops pcnet_netdev_ops = {
227 .ndo_start_xmit = ei_start_xmit, 227 .ndo_start_xmit = ei_start_xmit,
228 .ndo_get_stats = ei_get_stats, 228 .ndo_get_stats = ei_get_stats,
229 .ndo_do_ioctl = ei_ioctl, 229 .ndo_do_ioctl = ei_ioctl,
230 .ndo_set_multicast_list = ei_set_multicast_list, 230 .ndo_set_rx_mode = ei_set_multicast_list,
231 .ndo_tx_timeout = ei_tx_timeout, 231 .ndo_tx_timeout = ei_tx_timeout,
232 .ndo_change_mtu = eth_change_mtu, 232 .ndo_change_mtu = eth_change_mtu,
233 .ndo_set_mac_address = eth_mac_addr, 233 .ndo_set_mac_address = eth_mac_addr,