aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/8390/hp-plus.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/8390/hp-plus.c')
-rw-r--r--drivers/net/ethernet/8390/hp-plus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/8390/hp-plus.c b/drivers/net/ethernet/8390/hp-plus.c
index 29917363ebfb..eeac843dcd2d 100644
--- a/drivers/net/ethernet/8390/hp-plus.c
+++ b/drivers/net/ethernet/8390/hp-plus.c
@@ -165,7 +165,7 @@ static const struct net_device_ops hpp_netdev_ops = {
165 .ndo_start_xmit = eip_start_xmit, 165 .ndo_start_xmit = eip_start_xmit,
166 .ndo_tx_timeout = eip_tx_timeout, 166 .ndo_tx_timeout = eip_tx_timeout,
167 .ndo_get_stats = eip_get_stats, 167 .ndo_get_stats = eip_get_stats,
168 .ndo_set_multicast_list = eip_set_multicast_list, 168 .ndo_set_rx_mode = eip_set_multicast_list,
169 .ndo_validate_addr = eth_validate_addr, 169 .ndo_validate_addr = eth_validate_addr,
170 .ndo_set_mac_address = eth_mac_addr, 170 .ndo_set_mac_address = eth_mac_addr,
171 .ndo_change_mtu = eth_change_mtu, 171 .ndo_change_mtu = eth_change_mtu,