Skip to content
Commit 48f9a0c7 authored by Alexandre Messier's avatar Alexandre Messier Committed by Joe Hershberger
Browse files

net: phy: Use 'autoneg' flag from phydev



Use the 'autoneg' flag available in phydev when checking if
autoneg is in use.

The previous implementation was checking directly in the PHY
if autoneg was supported. Some PHYs will report that autoneg
is supported, even when it is disabled. Thus it is not possible
to use that bit to determine if autoneg is currently in use or
not.

Signed-off-by: default avatarAlexandre Messier <amessier@tycoint.com>
Acked-by: Joe Hershberger's avatarJoe Hershberger <joe.hershberger@ni.com>
Patch: 571773
parent 514d81bc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment