Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52b6dcfe authored by Stanislaw Gruszka's avatar Stanislaw Gruszka Committed by David S. Miller
Browse files

e1000e: fail when try to setup unsupported features

parent 529d6dad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2051,7 +2051,6 @@ static const struct ethtool_ops e1000_ethtool_ops = {
	.get_coalesce		= e1000_get_coalesce,
	.set_coalesce		= e1000_set_coalesce,
	.get_flags		= ethtool_op_get_flags,
	.set_flags		= ethtool_op_set_flags,
};

void e1000e_set_ethtool_ops(struct net_device *netdev)