mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 18:27:56 +08:00
net: cleanup pvconn reference to avoid confuse
More reference: https://github.com/apache/incubator-nuttx/pull/5252 https://github.com/apache/incubator-nuttx/pull/5434 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -1943,7 +1943,7 @@ int netdev_ifdown(FAR struct net_driver_s *dev)
|
||||
|
||||
/* Notify clients that the network has been taken down */
|
||||
|
||||
devif_dev_event(dev, NULL, NETDEV_DOWN);
|
||||
devif_dev_event(dev, NETDEV_DOWN);
|
||||
|
||||
#ifdef CONFIG_NETDOWN_NOTIFIER
|
||||
/* Provide signal notifications to threads that want to be
|
||||
|
||||
Reference in New Issue
Block a user