nuttx
nuttx copied to clipboard
devif:fix issue about devif_callback being released wrongly,resulting in no access to it
Summary
modified reason:tcp_shutdown_monitor releases the callback related to the TCP connection. the callback is to be executed nextly by devif_dev_event, therefore devif_dev_event have no access to it
Impact
devif_dev_event
Testing
solve problem
please merge all changes into one
please merge all changes into one
done