commit | aa09e6872808c241c8ccb39c74dd061927a8ee3e | [log] [tgz] |
---|---|---|
author | Xiaobo Xie <X.Xie@freescale.com> | Fri Apr 11 16:03:11 2014 +0800 |
committer | Tom Rini <trini@ti.com> | Mon May 12 15:19:45 2014 -0400 |
tree | 2abfca617065b63d40552581b884a2485d9e1f9d | |
parent | cbc088810561c7935a70af75b1ffa7fbf9e4ff09 [diff] |
AR8035/phy: Enable autonegotiation function for ar8035 Function "genphy_parse_link()" used "if (mii_reg & BMSR_ANEGCAPABLE)" before, but used "if (phydev->supported & SUPPORTED_Autoneg)" now. So assign "phydev->supported" to "phydev->drv->features" for ar8035 to enable autonegotiation. Then removed the genphy_config_aneg() function. Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>