From 09a270e59f6ab2f9b59e07fbce32a65a3f3e4e7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Tue, 27 May 2025 12:43:20 +0200 Subject: [PATCH] docs: migration-guide: mention ethernet api changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Mention ethernet api changes. Signed-off-by: Fin Maaß --- doc/releases/migration-guide-4.2.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/releases/migration-guide-4.2.rst b/doc/releases/migration-guide-4.2.rst index e643142e0ba..f3fb18efe64 100644 --- a/doc/releases/migration-guide-4.2.rst +++ b/doc/releases/migration-guide-4.2.rst @@ -189,6 +189,12 @@ Ethernet :c:enumerator:`ETHERNET_LINK_1000BASE`, :c:enumerator:`ETHERNET_LINK_2500BASE` and :c:enumerator:`ETHERNET_LINK_5000BASE` respectively (:github:`87194`). +* ``ETHERNET_CONFIG_TYPE_LINK``, ``ETHERNET_CONFIG_TYPE_DUPLEX``, ``ETHERNET_CONFIG_TYPE_AUTO_NEG`` + and the related ``NET_REQUEST_ETHERNET_SET_LINK``, ``NET_REQUEST_ETHERNET_SET_DUPLEX``, + ``NET_REQUEST_ETHERNET_SET_AUTO_NEGOTIATION`` have been removed. :c:func:`phy_configure_link` + together with :c:func:`net_eth_get_phy` should be used instead to configure the link + (:github:`90652`). + Enhanced Serial Peripheral Interface (eSPI) ===========================================