Skip to content

Commit 09a270e

Browse files
maass-hamburgdkalowsk
authored andcommitted
docs: migration-guide: mention ethernet api changes
Mention ethernet api changes. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
1 parent ed4d421 commit 09a270e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@ Ethernet
189189
:c:enumerator:`ETHERNET_LINK_1000BASE`, :c:enumerator:`ETHERNET_LINK_2500BASE` and
190190
:c:enumerator:`ETHERNET_LINK_5000BASE` respectively (:github:`87194`).
191191

192+
* ``ETHERNET_CONFIG_TYPE_LINK``, ``ETHERNET_CONFIG_TYPE_DUPLEX``, ``ETHERNET_CONFIG_TYPE_AUTO_NEG``
193+
and the related ``NET_REQUEST_ETHERNET_SET_LINK``, ``NET_REQUEST_ETHERNET_SET_DUPLEX``,
194+
``NET_REQUEST_ETHERNET_SET_AUTO_NEGOTIATION`` have been removed. :c:func:`phy_configure_link`
195+
together with :c:func:`net_eth_get_phy` should be used instead to configure the link
196+
(:github:`90652`).
197+
192198
Enhanced Serial Peripheral Interface (eSPI)
193199
===========================================
194200

0 commit comments

Comments
 (0)