summaryrefslogtreecommitdiff
path: root/doc/develop/bootstd/qfw.rst
diff options
context:
space:
mode:
authorDavid Lechner <[email protected]>2026-06-11 18:36:10 -0500
committerJerome Forissier <[email protected]>2026-06-23 13:13:16 +0200
commit9f7906a58cf194fc43484f5be4b65e368fa59040 (patch)
tree7ba5fcdc3fc8c6ff43c3268fe87f50ae7f714a5f /doc/develop/bootstd/qfw.rst
parent91911aa0c76e641e673999111fc0aec1fe75b6d2 (diff)
net: lwip: introduce net_lwip_eth_stop() function
Add a introduce net_lwip_eth_stop() function and use that to stop the network interface after each command that uses the network. This makes the behavior the same as the legacy net code and avoids potential issues with the network interface being left in an active state after a command finishes. The start/stop is reference-counted since there is at least one command (dhcp) that calls another command (tftp) to avoid starting and stopping the network interface multiple times in a single command. Signed-off-by: David Lechner <[email protected]> Reviewed-by: Jerome Forissier <[email protected]>
Diffstat (limited to 'doc/develop/bootstd/qfw.rst')
0 files changed, 0 insertions, 0 deletions