zephyr/subsys/net/l2
Tomasz Gorochowik 0604c30a1b net: gptp: Fix pkt allocation with debugs enabled
Commit 44964c735e ("net/gptp: Switch GPTP to new net_pkt API") changed
the callback used for allocation (from net_pkt_get_reserve_tx to
net_pkt_alloc_with_buffer), but for compilation with
CONFIG_NET_DEBUG_NET_PKT_ALLOC enabled, both callbacks are used
(the first pointer was just overwritten, causing MPU FAULT).

This commit removes the extra callback and fixes the fault.

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
2019-02-14 05:15:25 -06:00
..
bluetooth net/pkt: Remove parameters to "reserve" some headroom 2018-12-14 14:16:37 +01:00
canbus net: canbus: Set link address type correctly 2019-02-08 16:01:49 +02:00
dummy net/l2: Finally get rid of reserve concept from L2 2018-12-14 14:16:37 +01:00
ethernet net: gptp: Fix pkt allocation with debugs enabled 2019-02-14 05:15:25 -06:00
ieee802154 net/private: Rename net_hexdump_frags to net_pkt_hexdump 2019-02-12 20:24:02 -05:00
openthread net/private: Rename net_hexdump_frags to net_pkt_hexdump 2019-02-12 20:24:02 -05:00
wifi net: wifi: Add Access Point mode interface 2019-01-19 07:20:36 -05:00
CMakeLists.txt net: l2: Add CANBUS L2 layer 2019-02-07 18:08:27 +02:00
Kconfig net: l2: Add CANBUS L2 layer 2019-02-07 18:08:27 +02:00