1. NAME

phy_stop_machine - stop the PHY state machine tracking

2. SYNOPSIS

void phy_stop_machine(struct phy_device *  phydev );

3. ARGUMENTS

phydev
    target phy_device struct

4. DESCRIPTION

Stops the state machine timer, sets the state to UP (unless it wasnAqt up yet). This function must be called BEFORE phy_detach.

5. COPYRIGHT