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

Commit e7d906f7 authored by Bruce Allan's avatar Bruce Allan Committed by David S. Miller
Browse files

e1000e: function pointers for ethtool set/get offloads



Provide missing function pointers for ethtool set/get offloads.

Signed-off-by: default avatarBruce Allan <bruce.w.allan@intel.com>
Signed-off-by: default avatarJeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f4e2c6db
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1996,6 +1996,8 @@ static const struct ethtool_ops e1000_ethtool_ops = {
	.get_sset_count		= e1000e_get_sset_count,
	.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)