Skip to content

Commit 4581b9c

Browse files
committed
doc: migration: 4.2: mention ethernet change
mention change of ethernet spped enums. Signed-off-by: Fin Maaß <[email protected]>
1 parent c2f59b0 commit 4581b9c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/releases/migration-guide-4.2.rst

+14
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,20 @@ Ethernet
7777
kconfig options: :kconfig:option:`CONFIG_ETH_NATIVE_POSIX` and its related options have been
7878
deprecated in favor of :kconfig:option:`CONFIG_ETH_NATIVE_TAP` (:github:`86578`).
7979

80+
* Enums for the Ethernet speed have been renamed to be more indepedent of the used medium.
81+
``LINK_HALF_10BASE_T``, ``LINK_FULL_10BASE_T``, ``LINK_HALF_100BASE_T``, ``LINK_FULL_100BASE_T``,
82+
``LINK_HALF_1000BASE_T``, ``LINK_FULL_1000BASE_T``, ``LINK_FULL_2500BASE_T`` and
83+
``LINK_FULL_5000BASE_T`` have been renamed to :c:enumerator:`LINK_HALF_10BASE`,
84+
:c:enumerator:`LINK_FULL_10BASE`, :c:enumerator:`LINK_HALF_100BASE`,
85+
:c:enumerator:`LINK_FULL_100BASE`, :c:enumerator:`LINK_HALF_1000BASE`,
86+
:c:enumerator:`LINK_FULL_1000BASE`, :c:enumerator:`LINK_FULL_2500BASE` and
87+
:c:enumerator:`LINK_FULL_5000BASE`.
88+
``ETHERNET_LINK_10BASE_T``, ``ETHERNET_LINK_100BASE_T``, ``ETHERNET_LINK_1000BASE_T``,
89+
``ETHERNET_LINK_2500BASE_T`` and ``ETHERNET_LINK_5000BASE_T`` have been renamed to
90+
:c:enumerator:`ETHERNET_LINK_10BASE`, :c:enumerator:`ETHERNET_LINK_100BASE`,
91+
:c:enumerator:`ETHERNET_LINK_1000BASE`, :c:enumerator:`ETHERNET_LINK_2500BASE` and
92+
:c:enumerator:`ETHERNET_LINK_5000BASE` respectively.
93+
8094

8195
GPIO
8296
====

0 commit comments

Comments
 (0)