mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2026-09-22 09:34:56 +02:00
net: phy: DP83TC811: add reading of abilities
[ Upstream commitc78bdba7b9] At this time the driver is not listing any speeds it supports. This should be ETHTOOL_LINK_MODE_100baseT1_Full_BIT for DP83TC811. Add the missing call for phylib to read the abilities. Fixes:b753a9faaf("net: phy: DP83TC811: Introduce support for the DP83TC811 phy") Suggested-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Sven Schuchmann <schuchmann@schleissheimer.de> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Link: https://patch.msgid.link/20260512071949.6218-1-schuchmann@schleissheimer.de [pabeni@redhat.com: dropped revision history] Signed-off-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d04494596b
commit
06cc5ad2c1
@@ -393,6 +393,7 @@ static struct phy_driver dp83811_driver[] = {
|
||||
.config_init = dp83811_config_init,
|
||||
.config_aneg = dp83811_config_aneg,
|
||||
.soft_reset = dp83811_phy_reset,
|
||||
.get_features = genphy_c45_pma_read_ext_abilities,
|
||||
.get_wol = dp83811_get_wol,
|
||||
.set_wol = dp83811_set_wol,
|
||||
.config_intr = dp83811_config_intr,
|
||||
|
||||
Reference in New Issue
Block a user