nuttx/net/ieee802154
chao.an 95be9eaf4b net/callback: remove the assert check of conn instance
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>
2020-11-10 19:40:41 -08:00
..
ieee802154_callback.c
ieee802154_conn.c Run codespell -w against all files 2020-02-22 14:45:07 -06:00
ieee802154_container.c global change: fix tools/checkpatch.sh warnnings 2020-04-09 10:29:28 -06:00
ieee802154_finddev.c
ieee802154_initialize.c
ieee802154_input.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
ieee802154_poll.c net/: Run all .c files under net/ through tools/nxstyle and fix all resulting complaints. 2020-01-11 13:41:33 -03:00
ieee802154_recvfrom.c Run nxstyle all .c and .h files modified by PR. 2020-05-17 14:01:00 -03:00
ieee802154_sendto.c net/callback: remove the assert check of conn instance 2020-11-10 19:40:41 -08:00
ieee802154_sockif.c NXStyle fixes 2020-06-15 08:07:19 -06:00
ieee802154.h Fix typos in comments 2020-02-14 08:50:45 -06:00
Kconfig Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
Make.defs Run codespell -w against all files 2020-02-22 14:45:07 -06:00