File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,12 @@ Ethernet
189
189
:c:enumerator: `ETHERNET_LINK_1000BASE `, :c:enumerator: `ETHERNET_LINK_2500BASE ` and
190
190
:c:enumerator: `ETHERNET_LINK_5000BASE ` respectively (:github: `87194 `).
191
191
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
+
192
198
Enhanced Serial Peripheral Interface (eSPI)
193
199
===========================================
194
200
You can’t perform that action at this time.
0 commit comments