anchao opened a new pull request, #6923: URL: https://github.com/apache/incubator-nuttx/pull/6923
## Summary net: cleanup pvconn reference to avoid confuse net: remove pvconn reference from all devif callback Do not use 'pvconn' argument to get the connection pointer since pvconn is normally NULL for some events like NETDEV_DOWN. Instead, the connection pointer can be reliably obtained from the corresponding private member. More reference: https://github.com/apache/incubator-nuttx/pull/5252 https://github.com/apache/incubator-nuttx/pull/5434 ## Impact N/A ## Testing tcp/udp/usrsock/icmp -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org