nuttx/net/mld
zhanghongyu 8f41613374 net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic
optimize the current code format according to the previous net_xxx_wait
implementation to reduce multiple calls of similar code

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2026-01-02 07:48:06 -03:00
..
CMakeLists.txt
Kconfig
Make.defs
mld.h mld: free all mld group when netdev unregister 2025-12-25 08:35:04 -03:00
mld_done.c
mld_group.c mld: free all mld group when netdev unregister 2025-12-25 08:35:04 -03:00
mld_initialize.c
mld_join.c
mld_leave.c
mld_mcastmac.c
mld_msg.c net: replace net_sem*wait with conn_dev_sem*wait to simplify code logic 2026-01-02 07:48:06 -03:00
mld_poll.c
mld_query.c
mld_report.c style: fix spelling in code comments and strings 2025-05-23 10:48:41 +08:00
mld_send.c
mld_timer.c devif_poll: only call the corresponding xxx_poll when there is data to be sent 2026-01-02 00:04:16 +08:00