Skip to content
Commit 02aa4c53 authored by Xiaobo Xie's avatar Xiaobo Xie Committed by Tom Rini
Browse files

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: default avatarXie Xiaobo <X.Xie@freescale.com>
parent d57dee57
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment