aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/apple/macmace.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ethernet/apple/macmace.c')
-rw-r--r--drivers/net/ethernet/apple/macmace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/apple/macmace.c b/drivers/net/ethernet/apple/macmace.c
index 4286e67f9634..6cd3f8646dcd 100644
--- a/drivers/net/ethernet/apple/macmace.c
+++ b/drivers/net/ethernet/apple/macmace.c
@@ -185,7 +185,7 @@ static const struct net_device_ops mace_netdev_ops = {
185 .ndo_stop = mace_close, 185 .ndo_stop = mace_close,
186 .ndo_start_xmit = mace_xmit_start, 186 .ndo_start_xmit = mace_xmit_start,
187 .ndo_tx_timeout = mace_tx_timeout, 187 .ndo_tx_timeout = mace_tx_timeout,
188 .ndo_set_multicast_list = mace_set_multicast, 188 .ndo_set_rx_mode = mace_set_multicast,
189 .ndo_set_mac_address = mace_set_address, 189 .ndo_set_mac_address = mace_set_address,
190 .ndo_change_mtu = eth_change_mtu, 190 .ndo_change_mtu = eth_change_mtu,
191 .ndo_validate_addr = eth_validate_addr, 191 .ndo_validate_addr = eth_validate_addr,