From c23dba7e22a366def8be8c8de5973de96b0e9a98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Tue, 17 Jun 2025 08:21:41 +0200 Subject: [PATCH] doc: migration guide: ethernet: phy: mention phy_configure_link change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mention change of phy_configure_link(). Signed-off-by: Fin Maaß --- doc/releases/migration-guide-4.2.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/releases/migration-guide-4.2.rst b/doc/releases/migration-guide-4.2.rst index e88d3ddd610..9b844dbb118 100644 --- a/doc/releases/migration-guide-4.2.rst +++ b/doc/releases/migration-guide-4.2.rst @@ -203,6 +203,9 @@ Ethernet together with :c:func:`net_eth_get_phy` should be used instead to configure the link (:github:`90652`). +* :c:func:`phy_configure_link` got a ``flags`` parameter. Set it to ``0`` to preserve the old + behavior (:github:`91354`). + Enhanced Serial Peripheral Interface (eSPI) ===========================================