net: phy: export phy_check_valid() function
This function will be needed for genphy_c45_ethtool_get_eee() provided by next patch. Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de> Reviewed-by: Alexander Duyck <alexanderduyck@fb.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
48fb19940f
commit
cf9f607969
@@ -1619,6 +1619,7 @@ int phy_start_aneg(struct phy_device *phydev);
|
||||
int phy_aneg_done(struct phy_device *phydev);
|
||||
int phy_speed_down(struct phy_device *phydev, bool sync);
|
||||
int phy_speed_up(struct phy_device *phydev);
|
||||
bool phy_check_valid(int speed, int duplex, unsigned long *features);
|
||||
|
||||
int phy_restart_aneg(struct phy_device *phydev);
|
||||
int phy_reset_after_clk_enable(struct phy_device *phydev);
|
||||
|
||||
Reference in New Issue
Block a user