diff options
Diffstat (limited to 'drivers/net/ethernet/atheros/atlx/atl2.c')
-rw-r--r-- | drivers/net/ethernet/atheros/atlx/atl2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/atheros/atlx/atl2.c b/drivers/net/ethernet/atheros/atlx/atl2.c index d4f7dda39721..1feae5928a4b 100644 --- a/drivers/net/ethernet/atheros/atlx/atl2.c +++ b/drivers/net/ethernet/atheros/atlx/atl2.c | |||
@@ -1325,7 +1325,7 @@ static const struct net_device_ops atl2_netdev_ops = { | |||
1325 | .ndo_open = atl2_open, | 1325 | .ndo_open = atl2_open, |
1326 | .ndo_stop = atl2_close, | 1326 | .ndo_stop = atl2_close, |
1327 | .ndo_start_xmit = atl2_xmit_frame, | 1327 | .ndo_start_xmit = atl2_xmit_frame, |
1328 | .ndo_set_multicast_list = atl2_set_multi, | 1328 | .ndo_set_rx_mode = atl2_set_multi, |
1329 | .ndo_validate_addr = eth_validate_addr, | 1329 | .ndo_validate_addr = eth_validate_addr, |
1330 | .ndo_set_mac_address = atl2_set_mac, | 1330 | .ndo_set_mac_address = atl2_set_mac, |
1331 | .ndo_change_mtu = atl2_change_mtu, | 1331 | .ndo_change_mtu = atl2_change_mtu, |