1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 18:52:45 +01:00
RIOT/pkg/lwip/contrib/netdev
Erik Ekman 60d5d1aa74 pkg/lwip: Set link state properly when supported
Set link state correctly in lwIP for interfaces that support
the NETOPT_LINK option. Interfaces that do not support it
(like tap for native arch) remain up all the time.

Netdevs that support NETOPT_LINK but do not send NETDEV_EVENT_LINK_UP/DOWN
events will end up with a mismatched link state - but DHCP would
already not start for them either.

Use netifapi to signal lwIP to do the work in its own thread.
2021-03-01 23:55:08 +01:00
..
lwip_netdev.c pkg/lwip: Set link state properly when supported 2021-03-01 23:55:08 +01:00
Makefile netdev2: rename to netdev and remove gnrc_netdev 2017-03-15 09:31:20 +01:00