zhhyu7 opened a new pull request, #18249: URL: https://github.com/apache/nuttx/pull/18249
## Summary Since the judgment for network card selection was changed from IS_UP to IS_RUNNING, drivers that lack carrier_on need to add the carrier_on operation; otherwise, network access issues will occur. ## Impact All network card drivers that implement d_ifup and lack a call to carrier_on. ## Testing Too many network cards have been modified. I haven't conducted functional tests, but the modified logic is relatively simple. I'd like to run CI first to verify if there are any compilation issues. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
