diff options
Diffstat (limited to 'include/linux/ethtool.h')
-rw-r--r-- | include/linux/ethtool.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/ethtool.h b/include/linux/ethtool.h index 7e6e0a89ca26..4194a2067a14 100644 --- a/include/linux/ethtool.h +++ b/include/linux/ethtool.h | |||
@@ -744,7 +744,9 @@ bool ethtool_invalid_flags(struct net_device *dev, u32 data, u32 supported); | |||
744 | /** | 744 | /** |
745 | * struct ethtool_ops - optional netdev operations | 745 | * struct ethtool_ops - optional netdev operations |
746 | * @get_settings: Get various device settings including Ethernet link | 746 | * @get_settings: Get various device settings including Ethernet link |
747 | * settings. Returns a negative error code or zero. | 747 | * settings. The @cmd parameter is expected to have been cleared |
748 | * before get_settings is called. Returns a negative error code or | ||
749 | * zero. | ||
748 | * @set_settings: Set various device settings including Ethernet link | 750 | * @set_settings: Set various device settings including Ethernet link |
749 | * settings. Returns a negative error code or zero. | 751 | * settings. Returns a negative error code or zero. |
750 | * @get_drvinfo: Report driver/device information. Should only set the | 752 | * @get_drvinfo: Report driver/device information. Should only set the |