remove the connection assertion since the instance will be invalid
if the network device has been taken down.
net/netdev/netdev_ioctl.c:
1847 void netdev_ifdown(FAR struct net_driver_s *dev)
1848 {
...
1871 /* Notify clients that the network has been taken down */
1872
1873 devif_dev_event(dev, NULL, NETDEV_DOWN);
...
1883 }
Change-Id: I492b97b5ebe035ea67bbdd7ed635cb13d085e89c
Signed-off-by: chao.an <anchao@xiaomi.com>
|
||
|---|---|---|
| .. | ||
| bluetooth.h | ||
| bluetooth_callback.c | ||
| bluetooth_conn.c | ||
| bluetooth_container.c | ||
| bluetooth_finddev.c | ||
| bluetooth_initialize.c | ||
| bluetooth_input.c | ||
| bluetooth_poll.c | ||
| bluetooth_recvfrom.c | ||
| bluetooth_sendto.c | ||
| bluetooth_sockif.c | ||
| Kconfig | ||
| Make.defs | ||