Skip to content

Commit ab3c514

Browse files
cmairdkalowsk
authored andcommitted
doc: migration: 4.2: typo: NET_REQUEST_ETHERNET_GET_QAV_PARAM used twice
The migration guide mentions NET_REQUEST_ETHERNET_GET_QAV_PARAM twice in a row. One instance should be NET_REQUEST_ETHERNET_SET_QAV_PARAM. Signed-off-by: Christoph Mair <christoph.mair@husqvarnagroup.com>
1 parent b663ee8 commit ab3c514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/releases/migration-guide-4.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Networking
562562
event types as those are now ``uint64_t`` and the socket option expects a normal 32 bit
563563
integer value. Because of this, a new ``SO_NET_MGMT_ETHERNET_SET_QAV_PARAM``
564564
and ``SO_NET_MGMT_ETHERNET_GET_QAV_PARAM`` socket options are created that will replace
565-
the previously used ``NET_REQUEST_ETHERNET_GET_QAV_PARAM`` and
565+
the previously used ``NET_REQUEST_ETHERNET_SET_QAV_PARAM`` and
566566
``NET_REQUEST_ETHERNET_GET_QAV_PARAM`` options.
567567

568568
* The DNS server resolver configuration functions :c:func:`dns_resolve_reconfigure` and

0 commit comments

Comments
 (0)