commit | a9fa6e6ac29709e7a623b60695c172da675df045 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Tue Feb 11 17:27:36 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 12 19:08:19 2014 -0500 |
tree | 902ffd99a28a5f3a82495afd7711a479e0bd5e4f | |
parent | 766d1d388e6e6bfda99a00d68ac9247a1c25a0d9 [diff] |
net: phy: add genphy_aneg_done() In preparation for allowing PHY drivers to potentially override their auto-negotiation done callback, move the contents of phy_aneg_done() to genphy_aneg_done() since that function really is the generic implementation based on the BMSR_ANEGCOMPLETE status. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>