benpicco
benpicco
> I realized the KW2xRF Test Module (`kw2xrf_tm`) was never used and it has been there as dead code for quite some time What does it do? How does it...
Might as well squash
Ah good catch! I missed that `native` would echo the command, so `A.cmd("md5sum /const/song.txt").split()[0]` would always return `md5sum`. There are still link-layer retransmissions, but if we get rid of those...
Currently the event is implemented by - encx24j600 - atwinc15x0 - stm32_eth - esp-eth - esp_wifi
I implemented @fabian18's suggestion. Now every netdev will emit `NETDEV_EVENT_LINK_UP`. If it can not detect the link condition at run-time, it will emit the event after initialization has completed.
Hm so what are you suggesting we should do?
For DHCP we also need to notify the DHCP client about the changes link state, see #17902
What is still needed here?
What about addresses that were configured manually by the application?
The problem is that without #17902 we don't have any way to notify the application that the interface is up again. With WiFi we could then just lose a manually...