diff options
Diffstat (limited to 'drivers/net/ethernet/sun/sunvnet.c')
-rw-r--r-- | drivers/net/ethernet/sun/sunvnet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/sun/sunvnet.c b/drivers/net/ethernet/sun/sunvnet.c index bf3c762de620..8c6c059f3489 100644 --- a/drivers/net/ethernet/sun/sunvnet.c +++ b/drivers/net/ethernet/sun/sunvnet.c | |||
@@ -1012,7 +1012,7 @@ static DEFINE_MUTEX(vnet_list_mutex); | |||
1012 | static const struct net_device_ops vnet_ops = { | 1012 | static const struct net_device_ops vnet_ops = { |
1013 | .ndo_open = vnet_open, | 1013 | .ndo_open = vnet_open, |
1014 | .ndo_stop = vnet_close, | 1014 | .ndo_stop = vnet_close, |
1015 | .ndo_set_multicast_list = vnet_set_rx_mode, | 1015 | .ndo_set_rx_mode = vnet_set_rx_mode, |
1016 | .ndo_set_mac_address = vnet_set_mac_addr, | 1016 | .ndo_set_mac_address = vnet_set_mac_addr, |
1017 | .ndo_validate_addr = eth_validate_addr, | 1017 | .ndo_validate_addr = eth_validate_addr, |
1018 | .ndo_tx_timeout = vnet_tx_timeout, | 1018 | .ndo_tx_timeout = vnet_tx_timeout, |