Re: [PATCH net-next v3 05/13] ax88179_178a: Use phylink in get/set_link_ksettings

From: Birger Koblitz

Date: Fri Jul 24 2026 - 11:24:16 EST



Thanks for reviewing the patch-series, Andrew!
On 7/24/26 15:38, Andrew Lunn wrote:
+ if (data->phylink)

When did this appear? Am i missing a patch somewhere?


In [PATCH net-next v3 02/13] ax88179_178a: Add HW support for AX179A-based chips:+ struct mii_bus *mdio;
+ struct phy_device *phydev;
+ struct phylink *phylink;
+ struct phylink_config phylink_config;
But admittedly, this is a rather big patch, which I was unable to break apart
due to in particular int ax88179a_bind() referencing most of the rest.

Birger