Re: [PATCH net-next v4 11/13] net: ethtool: cable-test: Target the command to the requested PHY
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-12-18 09:58:54
Also in:
linux-arm-kernel, lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2023-12-18 09:58:54
Also in:
linux-arm-kernel, lkml
On Fri, Dec 15, 2023 at 06:12:33PM +0100, Maxime Chevallier wrote:
Cable testing is a PHY-specific command. Instead of targeting the command towards dev->phydev, use the request to pick the targeted PHY. Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew