diff options
Diffstat (limited to 'drivers/net/ethernet/atheros/atlx/atl1.c')
-rw-r--r-- | drivers/net/ethernet/atheros/atlx/atl1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/atheros/atlx/atl1.c b/drivers/net/ethernet/atheros/atlx/atl1.c index 97e6954304ea..c34e82391f75 100644 --- a/drivers/net/ethernet/atheros/atlx/atl1.c +++ b/drivers/net/ethernet/atheros/atlx/atl1.c | |||
@@ -2869,7 +2869,7 @@ static const struct net_device_ops atl1_netdev_ops = { | |||
2869 | .ndo_open = atl1_open, | 2869 | .ndo_open = atl1_open, |
2870 | .ndo_stop = atl1_close, | 2870 | .ndo_stop = atl1_close, |
2871 | .ndo_start_xmit = atl1_xmit_frame, | 2871 | .ndo_start_xmit = atl1_xmit_frame, |
2872 | .ndo_set_multicast_list = atlx_set_multi, | 2872 | .ndo_set_rx_mode = atlx_set_multi, |
2873 | .ndo_validate_addr = eth_validate_addr, | 2873 | .ndo_validate_addr = eth_validate_addr, |
2874 | .ndo_set_mac_address = atl1_set_mac, | 2874 | .ndo_set_mac_address = atl1_set_mac, |
2875 | .ndo_change_mtu = atl1_change_mtu, | 2875 | .ndo_change_mtu = atl1_change_mtu, |