commit | b11ba9ddc8939f40a95b480220138f46efd0397d | [log] [tgz] |
---|---|---|
author | Reto Schneider <reto.schneider@husqvarnagroup.com> | Wed Sep 14 21:39:12 2022 +0200 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Thu Sep 15 16:35:11 2022 +0000 |
tree | a5057ffea02d15aa38ae9bdc170c2a87467b89f1 | |
parent | 79f864028d71b804e1a8a6a880485b74de1827cd [diff] |
net: net_pkt: Simplify net_pkt_compact() API Since db11fcd1747c5c34a26e984f1483eaee1ee16fc1 [net/net_pkt: Fully separate struct net_pkt from struct net_buf], net_pkt_compact() can not fail anymore. This commit acknowledges this and simplifies the API accordingly. Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>