commit | 69fe9b0c5057c7bc5f932d5940afe2a26308593b | [log] [tgz] |
---|---|---|
author | Henrik Brix Andersen <henrik@brixandersen.dk> | Fri Jun 28 19:42:56 2024 +0000 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Fri Aug 16 09:55:11 2024 +0200 |
tree | 5b3e8a98f537da0ba84c4e88aff32a1be25e3251 | |
parent | cb47ed206bb72e7c3581fe1432e1e26bb4fffbda [diff] |
net: buf: remove use of special putter and getter functions Convert users of net_buf_put() and net_buf_get() functions to use non-wrapped putters and getters k_fifo_put() and k_fifo_get(). Special handling of net_bufs in k_fifos is no longer needed after commit 3d306c181f0d75c5765f80fdfbee614e1e3f191d, since these actions are now atomic regardless of any net_buf fragments. Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>