Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
eth: mcux: Do not set carrier ON if interface is not known
It is possible that the network interface is not yet initialized when status of the PHY changes. In this case we must not call net_eth_carrier_on() as that will cause a crash. This was noticed with mimxrt1050_evk board. Fixes: zephyrproject-rtos#21257 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
- Loading branch information