aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/ethtool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h
index 2c8af093d8b3..084ddb3c8032 100644
--- a/include/linux/ethtool.h
+++ b/include/linux/ethtool.h
@@ -457,7 +457,7 @@ int ethtool_op_set_tso(struct net_device *dev, u32 data);
457u32 ethtool_op_get_ufo(struct net_device *dev); 457u32 ethtool_op_get_ufo(struct net_device *dev);
458int ethtool_op_set_ufo(struct net_device *dev, u32 data); 458int ethtool_op_set_ufo(struct net_device *dev, u32 data);
459u32 ethtool_op_get_flags(struct net_device *dev); 459u32 ethtool_op_get_flags(struct net_device *dev);
460int ethtool_op_set_flags(struct net_device *dev, u32 data); 460int ethtool_op_set_flags(struct net_device *dev, u32 data, u32 supported);
461void ethtool_ntuple_flush(struct net_device *dev); 461void ethtool_ntuple_flush(struct net_device *dev);
462 462
463/** 463/**