nuttx/net/netdev
chao.an a4aa8ae491 wqueue/notifier: update the work notifier usage
usage changed after commit 90c52e6f8f

Change-Id: Ifb0d739b046a6794b5b3ac177f489fb9a1c5c799
Signed-off-by: chao.an <anchao@xiaomi.com>
2020-01-21 14:16:19 +08:00
..
Kconfig
Make.defs
netdev_carrier.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
netdev_count.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
netdev_default.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
netdev_findbyaddr.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
netdev_findbyindex.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
netdev_findbyname.c Fix condition logic: The setup seems to support a network without sockets. That is not the case. 2019-02-11 15:47:25 -06:00
netdev_foreach.c Update some comments and README files. 2019-08-24 13:06:43 -06:00
netdev_ifconf.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
netdev_indextoname.c
netdev_ioctl.c net: complement wireless handling as ethernet 2020-01-11 08:04:18 -03:00
netdev_lladdrsize.c net: complement wireless handling as ethernet 2020-01-11 08:04:18 -03:00
netdev_nametoindex.c
netdev_register.c net/: Run nxstyle against all C files. 2019-10-25 11:31:42 -06:00
netdev_txnotify.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
netdev_unregister.c net/: Fix alignment and spacing problems found by tools/nxstyle. 2019-07-02 18:02:23 -06:00
netdev_verify.c
netdev.h net/netlink: Redesign the logic that handles notifications of when response data is available. Signal handlers are sub-optimal inside the OS (especially after the preceding change which forces the hand). Instead, use the work queue notifiers as is done with all other network notifiers. 2019-11-28 14:20:40 -06:00
netdown_notifier.c wqueue/notifier: update the work notifier usage 2020-01-21 14:16:19 +08:00