|
@@ -3973,6 +3973,7 @@ static const struct net_device_ops ixgbe_netdev_ops = {
|
|
.ndo_stop = ixgbe_close,
|
|
.ndo_stop = ixgbe_close,
|
|
.ndo_start_xmit = ixgbe_xmit_frame,
|
|
.ndo_start_xmit = ixgbe_xmit_frame,
|
|
.ndo_get_stats = ixgbe_get_stats,
|
|
.ndo_get_stats = ixgbe_get_stats,
|
|
|
|
+ .ndo_set_rx_mode = ixgbe_set_rx_mode,
|
|
.ndo_set_multicast_list = ixgbe_set_rx_mode,
|
|
.ndo_set_multicast_list = ixgbe_set_rx_mode,
|
|
.ndo_validate_addr = eth_validate_addr,
|
|
.ndo_validate_addr = eth_validate_addr,
|
|
.ndo_set_mac_address = ixgbe_set_mac,
|
|
.ndo_set_mac_address = ixgbe_set_mac,
|