Re: [PATCH net v3] net: phy: DP83TC811: add reading of abilities

From: Andrew Lunn

Date: Tue May 12 2026 - 08:29:04 EST


On Tue, May 12, 2026 at 09:19:47AM +0200, Sven Schuchmann wrote:
> 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.
>
> v3:
> - Fixed indentitation problems. no code changes.
> v2:
> - Fixed subject and added fixes tag. no code changes.
>
> Fixes: b753a9faaf9a ("net: phy: DP83TC811: Introduce support for the DP83TC811 phy")
> Suggested-by: Andrew Lunn <andrew@xxxxxxx>
> Signed-off-by: Sven Schuchmann <schuchmann@xxxxxxxxxxxxxxxxx>

Reviewed-by: Andrew Lunn <andrew@xxxxxxx>

Andrew