summaryrefslogtreecommitdiff
path: root/ethtool.c
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2010-12-15 19:21:07 +0000
committerBen Hutchings <bhutchings@solarflare.com>2010-12-15 19:26:16 +0000
commitf3393b2bbb7c8869ad590ea0e671627c876322bf (patch)
tree9b2865e8c28de43bcfedad915f3f73d4af3b0a28 /ethtool.c
parent82226630a62df2b870cae23fb25a42062c8c4157 (diff)
downloadethtool-f3393b2bbb7c8869ad590ea0e671627c876322bf.tar.gz
ethtool: Remove suggested change of no-args behaviour from the TODO list
ethtool can show information about many more settings than mii-tool. It would be useful to have the option to show certain settings for all interfaces, but this should not be restricted to the basic settings. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'ethtool.c')
-rw-r--r--ethtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethtool.c b/ethtool.c
index 9f76fdd..63e0ead 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -18,7 +18,7 @@
* Copyright 2009, 2010 Solarflare Communications
*
* TODO:
- * * no-args => summary of each device (mii-tool style)
+ * * show settings for all devices
*/
#ifdef HAVE_CONFIG_H