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

Commit 4e01d2d1 authored by Michał Mirosław's avatar Michał Mirosław Committed by David S. Miller
Browse files

net: Remove invalid offloads



Remove offload changing ethtool ops which drivers don't really support:

 - fs_enet
 - ucc_geth

Signed-off-by: default avatarMichał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 990078af
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -956,8 +956,6 @@ static const struct ethtool_ops fs_ethtool_ops = {
	.get_link = ethtool_op_get_link,
	.get_msglevel = fs_get_msglevel,
	.set_msglevel = fs_set_msglevel,
	.set_tx_csum = ethtool_op_set_tx_csum,	/* local! */
	.set_sg = ethtool_op_set_sg,
	.get_regs = fs_get_regs,
};

+0 −1
Original line number Diff line number Diff line
@@ -410,7 +410,6 @@ static const struct ethtool_ops uec_ethtool_ops = {
	.set_ringparam          = uec_set_ringparam,
	.get_pauseparam         = uec_get_pauseparam,
	.set_pauseparam         = uec_set_pauseparam,
	.set_sg                 = ethtool_op_set_sg,
	.get_sset_count		= uec_get_sset_count,
	.get_strings            = uec_get_strings,
	.get_ethtool_stats      = uec_get_ethtool_stats,