public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* We have ethtool_ops, any thoughts on miitool_ops?
@ 2003-08-29  2:14 David T Hollis
  2003-08-29  8:50 ` Arjan van de Ven
  0 siblings, 1 reply; 4+ messages in thread
From: David T Hollis @ 2003-08-29  2:14 UTC (permalink / raw)
  To: linux-kernel

If a driver is converted to use ethtool_ops, it does not seem to have 
the ability to support mii-tool any longer.  RedHat uses mii-tool to 
check for link before running dhclient so that you don't have to wait 
forever for dhclient to timeout if the connection is down (laptops, 
etc).  The typical way to support mii tool was to A) handle that case in 
the ethtool and call another big switch, or B) call the 
generic_mii_ioctl call with the mii struct to handle what you didn't 
handle under ethtool.    Some method similar to ethtool_ops would really 
be great.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-08-29 11:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-29  2:14 We have ethtool_ops, any thoughts on miitool_ops? David T Hollis
2003-08-29  8:50 ` Arjan van de Ven
2003-08-29 11:16   ` David S. Miller
2003-08-29 11:46     ` David T Hollis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox