nuttx/drivers/net
chao an 1cb11968b7 net/ip: fix compile break if enable NET_LOCAL_SCM
1.
net/slip.c:865:29: warning: unused variable ‘priv’ [-Wunused-variable]
  865 |   FAR struct slip_driver_s *priv =
      |                             ^~~~
net/slip.c: In function ‘slip_rmmac’:
net/slip.c:895:29: warning: unused variable ‘priv’ [-Wunused-variable]
  895 |   FAR struct slip_driver_s *priv =
      |                             ^~~~
2.
local/local_sendmsg.c: In function ‘local_sendmsg’:
local/local_sendmsg.c:423:18: warning: ‘count’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  423 |           return count;
      |                  ^~~~~
local/local_sendmsg.c:131:11: warning: ‘i’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  131 |   while (i-- > 0)
      |          ~^~
local/local_sendmsg.c:71:7: note: ‘i’ was declared here
   71 |   int i;
      |       ^

Signed-off-by: chao an <anchao@xiaomi.com>
2023-02-07 12:46:40 +02:00
..
dm90x0.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
enc28j60.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
enc28j60.h drivers: nxstyle fixes 2021-03-04 18:32:27 -08:00
encx24j600.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
encx24j600.h author: UVC Ingenieure : update licenses to Apache 2021-09-15 15:57:55 +08:00
ftmac100.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
Kconfig imxrt:Support TJ1103 PHY 2022-11-15 02:27:35 +08:00
lan91c111.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
lan91c111.h
loopback.c net/l2/l3/l4: add support of iob offload 2022-12-03 11:47:04 +08:00
Make.defs drivers: net: Fix build errors in skeleton.c 2022-10-07 14:34:03 +08:00
phy_notify.c sched/getpid: replace syscall getpid/tid/ppid() to kernel version 2023-02-02 10:33:01 +08:00
rpmsgdrv.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
skeleton.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
slip.c net/ip: fix compile break if enable NET_LOCAL_SCM 2023-02-07 12:46:40 +02:00
telnet.c fs: Move mmap callback before truncate in [file|mountpt]_operations 2023-01-04 17:43:59 +02:00
tun.c net/tun: Change TUN/TAP to use IOB 2023-01-31 00:39:15 +08:00
w5500.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00