Re: [PATCH 1/2] PHYLIB: Add get_link ethtool helper function

2006-06-12 Thread Nathaniel Case
On Sun, 2006-06-11 at 12:13 -0400, Jeff Garzik wrote: > > This adds a phy_ethtool_get_link() function along the same lines as > > phy_ethtool_gset(). This provides drivers utilizing PHYLIB an > > alternative to using ethtool_op_get_link(). This is more desirable > > since the "Link detected" fiel

Re: [PATCH 1/2] PHYLIB: Add get_link ethtool helper function

2006-06-11 Thread Jeff Garzik
Nathaniel Case wrote: This adds a phy_ethtool_get_link() function along the same lines as phy_ethtool_gset(). This provides drivers utilizing PHYLIB an alternative to using ethtool_op_get_link(). This is more desirable since the "Link detected" field in ethtool would actually reflect the state

[PATCH 1/2] PHYLIB: Add get_link ethtool helper function

2006-06-05 Thread Nathaniel Case
This adds a phy_ethtool_get_link() function along the same lines as phy_ethtool_gset(). This provides drivers utilizing PHYLIB an alternative to using ethtool_op_get_link(). This is more desirable since the "Link detected" field in ethtool would actually reflect the state of the PHY register. Pa