summaryrefslogtreecommitdiff
path: root/ethtool.c
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2010-12-15 19:13:50 +0000
committerBen Hutchings <bhutchings@solarflare.com>2010-12-15 19:26:10 +0000
commit7a6f109709d1b07e83a538cc63bb958525304a25 (patch)
tree0000953fae7e0b0b0f3085394be836c0d8bbcae6 /ethtool.c
parent4f1d68d0b8765c11ca8ee5b7f199f05bb4380253 (diff)
downloadethtool-7a6f109709d1b07e83a538cc63bb958525304a25.tar.gz
ethtool: Remove MII ioctls from TODO list
Ethernet drivers generally support the ethtool API now, and the mii, mdio and phy libraries make it easy to do so using generic MDIO registers. I see no point in adding a fallback here. Further, using SIOCDEVPRIVATE with arbitrary drivers is a really bad idea. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'ethtool.c')
-rw-r--r--ethtool.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ethtool.c b/ethtool.c
index 239912b..ba267cd 100644
--- a/ethtool.c
+++ b/ethtool.c
@@ -20,8 +20,6 @@
* TODO:
* * no-args => summary of each device (mii-tool style)
* * better man page (steal from mii-tool?)
- * * fall back on SIOCMII* ioctl()s and possibly SIOCDEVPRIVATE*
- * * abstract ioctls to allow for fallback modes of data gathering
*/
#ifdef HAVE_CONFIG_H