diff options
Diffstat (limited to 'drivers/net/e1000e')
-rw-r--r-- | drivers/net/e1000e/ethtool.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/e1000e/ethtool.c b/drivers/net/e1000e/ethtool.c index 1ff43b470302..3d73f2070b94 100644 --- a/drivers/net/e1000e/ethtool.c +++ b/drivers/net/e1000e/ethtool.c | |||
@@ -1996,6 +1996,8 @@ static const struct ethtool_ops e1000_ethtool_ops = { | |||
1996 | .get_sset_count = e1000e_get_sset_count, | 1996 | .get_sset_count = e1000e_get_sset_count, |
1997 | .get_coalesce = e1000_get_coalesce, | 1997 | .get_coalesce = e1000_get_coalesce, |
1998 | .set_coalesce = e1000_set_coalesce, | 1998 | .set_coalesce = e1000_set_coalesce, |
1999 | .get_flags = ethtool_op_get_flags, | ||
2000 | .set_flags = ethtool_op_set_flags, | ||
1999 | }; | 2001 | }; |
2000 | 2002 | ||
2001 | void e1000e_set_ethtool_ops(struct net_device *netdev) | 2003 | void e1000e_set_ethtool_ops(struct net_device *netdev) |