diff options
Diffstat (limited to 'drivers/infiniband/hw/nes/nes_nic.c')
-rw-r--r-- | drivers/infiniband/hw/nes/nes_nic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/nes/nes_nic.c b/drivers/infiniband/hw/nes/nes_nic.c index 9d7ffebff213..66e12298d917 100644 --- a/drivers/infiniband/hw/nes/nes_nic.c +++ b/drivers/infiniband/hw/nes/nes_nic.c | |||
@@ -1638,7 +1638,7 @@ static const struct net_device_ops nes_netdev_ops = { | |||
1638 | .ndo_get_stats = nes_netdev_get_stats, | 1638 | .ndo_get_stats = nes_netdev_get_stats, |
1639 | .ndo_tx_timeout = nes_netdev_tx_timeout, | 1639 | .ndo_tx_timeout = nes_netdev_tx_timeout, |
1640 | .ndo_set_mac_address = nes_netdev_set_mac_address, | 1640 | .ndo_set_mac_address = nes_netdev_set_mac_address, |
1641 | .ndo_set_multicast_list = nes_netdev_set_multicast_list, | 1641 | .ndo_set_rx_mode = nes_netdev_set_multicast_list, |
1642 | .ndo_change_mtu = nes_netdev_change_mtu, | 1642 | .ndo_change_mtu = nes_netdev_change_mtu, |
1643 | .ndo_validate_addr = eth_validate_addr, | 1643 | .ndo_validate_addr = eth_validate_addr, |
1644 | .ndo_fix_features = nes_fix_features, | 1644 | .ndo_fix_features = nes_fix_features, |