When both ethernet and WiFi are supported on one MCU (with both sharing the same L2 implementation, only one network device being active at a time), does it matter if both network interfaces are up at the same time? Are there any drawbacks (performance or other)? If the application switches from one network device to another (assuming the device is available and operable), should the interface corresponding to the unused device be brought down with net_if_down()?