diff options
| author | David S. Miller <davem@davemloft.net> | 2019-02-23 14:12:10 -0800 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2019-02-23 14:12:10 -0800 |
| commit | 515d846773b05972b621675bbb344b9f80d47f26 (patch) | |
| tree | 1cbcab2e11cdae2a007f5c9cb161dba369bb8a10 /include | |
| parent | f88d5d684c0289fc7970795848f2ed07ef0b1b57 (diff) | |
| parent | dc59d9bb9c0d7ad5b5722a83b2030dbb1a71ea2c (diff) | |
Merge branch 'net-phy-aquantia-improve-and-extend-driver'
Heiner Kallweit says:
====================
net: phy: aquantia: improve and extend driver
This series improves and extends the Aquantia PHY driver.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/phy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/phy.h b/include/linux/phy.h index 8e9fc576472b..a05ba366dae4 100644 --- a/include/linux/phy.h +++ b/include/linux/phy.h @@ -1107,6 +1107,7 @@ int genphy_c45_an_config_aneg(struct phy_device *phydev); int genphy_c45_an_disable_aneg(struct phy_device *phydev); int genphy_c45_read_mdix(struct phy_device *phydev); int genphy_c45_pma_read_abilities(struct phy_device *phydev); +int genphy_c45_read_status(struct phy_device *phydev); /* The gen10g_* functions are the old Clause 45 stub */ int gen10g_config_aneg(struct phy_device *phydev); |
