zephyr/drivers/net
Fabio Baltieri ec71be5d9d drivers,subsys: fix few missing k_work_delayable_from_work
Fix few instances of delayable work handlers using the k_work pointer
directly in a CONTAINER_OF pointing to a k_work_delayable.

This is harmless since the k_work is the first element in
k_work_delayable, but using k_work_delayable_from_work is the right way
of handling it.

Change a couple of explicit CONTAINER_OF doing the same work as the
macro in the process.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-08-28 10:12:21 +02:00
..
canbus.c net: context: properly namespace can-related methods 2022-09-05 14:35:17 +00:00
CMakeLists.txt
Kconfig drivers: kconfig: unify menuconfig title strings 2023-03-28 15:06:06 +02:00
loopback.c drivers: net: loopback: Optimize packet drop 2022-10-21 13:15:05 +02:00
ppp.c drivers,subsys: fix few missing k_work_delayable_from_work 2023-08-28 10:12:21 +02:00
slip.c net: rename shadow variables 2023-08-10 08:14:43 +00:00
slip.h drivers: net: Move Ethernet device definition for SLIP to ethernet 2023-02-20 10:52:20 +01:00