Re: [PATCH net-next v6 02/16] net: dsa: vsc73xx: convert to PHYLINK

From: Florian Fainelli
Date: Tue Mar 05 2024 - 18:16:17 EST


On 3/1/24 14:16, Pawel Dembicki wrote:
This patch replaces the adjust_link api with the phylink apis that provide
equivalent functionality.

The remaining functionality from the adjust_link is now covered in the
phylink_mac_link_* and phylink_mac_config.

Removes:
.adjust_link
Adds:
.phylink_mac_config
.phylink_mac_link_up
.phylink_mac_link_down

Signed-off-by: Pawel Dembicki <paweldembicki@xxxxxxxxx>

Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>
--
Florian