Searched hist:"02 aa4c538838edc918ff4e7e9e4121259552ef70" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/net/phy/ |
| H A D | atheros.c | 02aa4c538838edc918ff4e7e9e4121259552ef70 Fri Apr 11 08:03:11 UTC 2014 Xiaobo Xie <X.Xie@freescale.com> 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>
|