ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmd
authorBen Hutchings <bhutchings@solarflare.com>
Wed, 29 Feb 2012 14:26:22 +0000 (14:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Mar 2012 21:41:26 +0000 (16:41 -0500)
Add comments for ethtool_cmd::phy_address and
ethtool_cmd::mdio_support, and definitions of the flags currently
used in mdio_support.

In the mdio library, assert that its own flags continue to match those
in the ethtool interface.

In the mii library, use the ethtool flag definition and stop
including <linux/mdio.h>.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found