nuttx/net/netlink
chao.an a9d0dd7051 net/netlink: fix build warning if disable CONFIG_NETLINK_ROUTE
netlink/netlink_sockif.c: In function ‘netlink_sendmsg’:
netlink/netlink_sockif.c:676:10: warning: unused variable ‘len’ [-Wunused-variable]
  676 |   size_t len = msg->msg_iov->iov_len;
      |          ^~~

Signed-off-by: chao.an <anchao@xiaomi.com>
2022-01-17 13:34:49 +08:00
..
Kconfig
Make.defs net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netlink_conn.c net/misc: add support for CONFIG_NET_ALLOC_CONNS 2022-01-04 14:36:07 +08:00
netlink_notifier.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
netlink_route.c netlink: fix compile error when enable netlink 2021-07-01 06:55:57 -05:00
netlink_sockif.c net/netlink: fix build warning if disable CONFIG_NETLINK_ROUTE 2022-01-17 13:34:49 +08:00
netlink.h netlink: fix compile error when enable netlink 2021-07-01 06:55:57 -05:00