diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/ethtool.h | 2 |
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); | |||
457 | u32 ethtool_op_get_ufo(struct net_device *dev); | 457 | u32 ethtool_op_get_ufo(struct net_device *dev); |
458 | int ethtool_op_set_ufo(struct net_device *dev, u32 data); | 458 | int ethtool_op_set_ufo(struct net_device *dev, u32 data); |
459 | u32 ethtool_op_get_flags(struct net_device *dev); | 459 | u32 ethtool_op_get_flags(struct net_device *dev); |
460 | int ethtool_op_set_flags(struct net_device *dev, u32 data); | 460 | int ethtool_op_set_flags(struct net_device *dev, u32 data, u32 supported); |
461 | void ethtool_ntuple_flush(struct net_device *dev); | 461 | void ethtool_ntuple_flush(struct net_device *dev); |
462 | 462 | ||
463 | /** | 463 | /** |