Re: [PATCH] net phy: Check for aneg completion before setting state to PHY_RUNNING
From: David Miller <davem@davemloft.net>
Date: 2014-05-02 19:51:26
From: David Miller <davem@davemloft.net>
Date: 2014-05-02 19:51:26
From: Balakumaran Kannan <redacted> Date: Thu, 24 Apr 2014 08:22:47 +0530
phy_state_machine should check whether auto-negotiatin is completed before changing phydev->state from PHY_NOLINK to PHY_RUNNING. If auto-negotiation is not completed phydev->state should be set to PHY_AN. Signed-off-by: Balakumaran Kannan <redacted>
Applied, thanks.