Re: [PATCH net v3] net: phy: DP83TC811: add reading of abilities
From: Andrew Lunn
Date: Mon May 11 2026 - 11:33:06 EST
On Mon, May 11, 2026 at 04:56:30PM +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