linux/drivers/net/can/mscan
Jakub Kicinski caf6b7f81e can: can-dev: move to netif_napi_add_weight()
We want to remove the weight argument from the basic version of the
netif_napi_add() call. Move all the callers in drivers/net/can that
pass a custom weight (i.e. not NAPI_POLL_WEIGHT or 64) to the
netif_napi_add_weight() API.

Link: https://lore.kernel.org/all/20220517002345.1812104-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
2022-05-19 22:11:28 +02:00
..
Kconfig
Makefile
mpc5xxx_can.c can: mscan: mpc5xxx_can: Prepare cleanup of powerpc's asm/prom.h 2022-04-19 17:12:12 +02:00
mscan.c can: can-dev: move to netif_napi_add_weight() 2022-05-19 22:11:28 +02:00
mscan.h