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:
chao.an
2022-08-25 21:17:57 +08:00
committed by Xiang Xiao
parent ea621599fd
commit 162fcd10ca
66 changed files with 101 additions and 246 deletions
+1 -1
View File
@@ -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