diff options
| author | Tom Rini <[email protected]> | 2026-06-23 10:36:58 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-06-23 10:36:58 -0600 |
| commit | 4edbb6fb600a0f657e74a9bc47e0d314e059cef8 (patch) | |
| tree | a87e57ed546c7838f7be897824b12dbfb9f1efdc /include | |
| parent | f072620dc9ffda00b010783da27c41231c3a439b (diff) | |
| parent | 91d5e0ee3e857c76bb05f0c69c21f3d4a150a2e6 (diff) | |
Merge tag 'net-20260623' of https://source.denx.de/u-boot/custodians/u-boot-net
Pull request net-20260623.
net:
- airoha_eth: fix mt7531 mdio related initialization bug
net-legacy:
- cdp: reject CDP TLVs with a length below the 4-byte header
- Clear IP defragmentation state after returning a complete packet
net-lwip:
- Halt ethernet after network commands
Diffstat (limited to 'include')
| -rw-r--r-- | include/net-lwip.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net-lwip.h b/include/net-lwip.h index 20cb0992cce..5d0627eb271 100644 --- a/include/net-lwip.h +++ b/include/net-lwip.h @@ -35,6 +35,7 @@ int eth_init_state_only(void); /* Set active state */ int net_lwip_dns_init(void); int net_lwip_eth_start(void); +void net_lwip_eth_stop(void); struct netif *net_lwip_new_netif(struct udevice *udev); struct netif *net_lwip_new_netif_noip(struct udevice *udev); void net_lwip_remove_netif(struct netif *netif); |
