mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
The previous commit replaced the net_pkt element ref with an element atomic_ref. CI tests turned up more places where ref was used directly. This commit converts them to use the new element. Signed-off-by: Daniel Glöckner <dg@emlix.com>