1. NAME

phy_start_aneg - start auto-negotiation for this PHY device

2. SYNOPSIS

int phy_start_aneg(struct phy_device *  phydev );

3. ARGUMENTS

phydev
    the phy_device struct

4. DESCRIPTION

Sanitizes the settings (if weAqre not autonegotiating them), and then calls the driverAqs config_aneg function. If the PHYCONTROL Layer is operating, we change the state to reflect the beginning of Auto-negotiation or forcing.

5. COPYRIGHT