]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
net: phy: DP83TC811: add reading of abilities
authorSven Schuchmann <schuchmann@schleissheimer.de>
Tue, 12 May 2026 07:19:47 +0000 (09:19 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 1 Jun 2026 15:46:29 +0000 (17:46 +0200)
commitcfda0bf17445c57f5cc834ed465848c63fa6fbd6
tree93db2f79c681abbff453092e09ac12a997e3f9ca
parent929b1548e63ac72e104c07d8ee8cbbeeba2fa89a
net: phy: DP83TC811: add reading of abilities

[ Upstream commit c78bdba7b9666020c0832150a4fc4c0aebc7c6ac ]

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: b753a9faaf9a ("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>
drivers/net/phy/dp83tc811.c