aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/phy.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h
index c572842c9029..eede6579cae7 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -417,6 +417,9 @@ struct phy_driver {
417 */ 417 */
418 int (*config_aneg)(struct phy_device *phydev); 418 int (*config_aneg)(struct phy_device *phydev);
419 419
420 /* Determines the auto negotiation result */
421 int (*aneg_done)(struct phy_device *phydev);
422
420 /* Determines the negotiated speed and duplex */ 423 /* Determines the negotiated speed and duplex */
421 int (*read_status)(struct phy_device *phydev); 424 int (*read_status)(struct phy_device *phydev);
422 425