nuttx/drivers
liqinhui 41a3c8a5e3 virtio-net:Fix the compile error.
CC:  virtio/virtio-net.c virtio/virtio-net.c: In function 'virtio_net_set_macaddr':
virtio/virtio-net.c:595:17: error: invalid operands to binary % (have 'struct net_driver_s *' and 'int')
  595 |             dev % 256
      |                 ^
make[1]: *** [Makefile:107: virtio-net.o] Error 1
make: *** [tools/LibTargets.mk:101: drivers/libdrivers.a] Error 2
make: *** Waiting for unfinished jobs....

Signed-off-by: liqinhui <liqinhui@xiaomi.com>
2023-12-21 01:21:01 -08:00
..
1wire
analog poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
audio Update kconfig2html.c 2023-12-14 20:02:52 -08:00
bch poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
can poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
clk Kconfigs: rename {Rpmsg|rpmsg} to RPMGS 2023-10-28 13:58:56 +08:00
contactless
crypto Fix Kconfig style 2023-12-09 13:44:46 -08:00
devicetree
dma
dummy
eeprom Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
efuse
i2c
i2s
input poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
ioexpander Kconfigs: rename {Rpmsg|rpmsg} to RPMGS 2023-10-28 13:58:56 +08:00
ipcc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
lcd sim_lcd: add open & close 2023-12-18 09:06:29 -08:00
leds
loop
math
misc Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
mmcsd drivers/mmcsd: mmcsd_sdinitialize should save csd register into priv->csd 2023-11-19 20:24:30 +01:00
modem modem/alt1250: Fix 'inst' may be used uninitialized 2023-12-19 08:36:49 +08:00
motor drivers/foc: add support for drv8301 power-stage driver 2023-11-18 17:07:20 -08:00
mtd mtd/w25q: add nxsig_usleep to busy waiting in w25qxxxjv_erase_sector() 2023-12-11 16:00:07 -03:00
net drivers/net/ksz9477: Add simple port-based static VLAN configuration 2023-12-20 01:30:54 -08:00
note libc: add instrument api support 2023-12-11 02:06:51 -08:00
pipes poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
power Remove @ and % tag from all comments 2023-12-11 17:00:10 -03:00
rc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
regmap Documentation: remove all migrated READMEs 2023-10-29 21:03:54 -03:00
reset
rf
rptun drivers/rptun: check the status before stop remote proc 2023-11-07 18:27:05 +08:00
segger segger/rtt: correct macro name to avoid unable to change default mode 2023-11-30 06:16:09 -08:00
sensors sensors: mx56xx: Correct type of temperature 2023-12-20 07:00:34 -08:00
serial support gdbstub use serial. 2023-12-11 08:43:26 -08:00
spi poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
syslog syslog/ramlog: improve ramlog performance 2023-12-18 20:38:00 -08:00
timers drivers/rtc/rpmsg: Move clock_synchronize rpmsg_rtc_server_settime 2023-11-20 13:28:09 +01:00
usbdev netdev/ipv6: Move xxx_ipv6multicast from arch to common code 2023-12-16 05:26:16 -08:00
usbhost sched_lock refine: remove sched_[un]lock in xxx_waitsample 2023-11-21 20:03:43 -08:00
usbmisc poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
usbmonitor
usrsock poll: pollsetup should notify only one fd passd by caller 2023-11-21 09:07:17 +01:00
video drivers/goldfish_fb: optimize goldfish fb register 2023-12-18 09:08:32 -08:00
virtio virtio-net:Fix the compile error. 2023-12-21 01:21:01 -08:00
wireless netdev/ipv6: Move xxx_ipv6multicast from arch to common code 2023-12-16 05:26:16 -08:00
.gitignore
CMakeLists.txt
drivers_initialize.c driver/tee: add optee client driver module 2023-11-23 06:25:48 -08:00
Kconfig
Makefile