mirror of
https://github.com/torvalds/linux.git
synced 2024-11-30 08:01:59 +00:00
net: phy: export genphy_c45_an_config_eee_aneg
We'll use this function in bcm_config_lre_aneg(), therefore export it. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Reviewed-by: Florian Fainelli <florian.fainelli@broadcom.com> Link: https://patch.msgid.link/02bd7c39-7413-4433-bafc-a276089bd292@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
9c477088b6
commit
bcfb95c989
@ -951,6 +951,7 @@ int genphy_c45_an_config_eee_aneg(struct phy_device *phydev)
|
||||
|
||||
return genphy_c45_write_eee_adv(phydev, phydev->advertising_eee);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(genphy_c45_an_config_eee_aneg);
|
||||
|
||||
/**
|
||||
* genphy_c45_pma_baset1_read_abilities - read supported baset1 link modes from PMA
|
||||
|
Loading…
Reference in New Issue
Block a user