zephyr/drivers/ieee802154
Tomasz Bursztyka cf322c44db net: Switch usage of net_pkt_get_reserve to net_pkt_alloc
Some places were still using the old allocator. Using the new one does
not change any behavior. This will help to remove the useless data_len
attribute in net_pkt which legacy allocator was still setting.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2019-03-20 10:27:14 -05:00
..
CMakeLists.txt
Kconfig
Kconfig.cc1200
Kconfig.cc2520
Kconfig.kw41z
Kconfig.mcr20a
Kconfig.nrf5
ieee802154_cc1200.c
ieee802154_cc1200.h
ieee802154_cc1200_regs.h
ieee802154_cc1200_rf.h
ieee802154_cc2520.c drivers/ieee802154: Switch CC2520 to new net_ptk allocator 2019-02-23 07:44:59 -05:00
ieee802154_cc2520.h
ieee802154_cc2520_regs.h
ieee802154_kw41z.c drivers/ieee802154: Switch KW41Z to new net_ptk allocator 2019-02-23 07:44:59 -05:00
ieee802154_mcr20a.c drivers/ieee802154: Switch MCR20A to new net_ptk allocator 2019-02-23 07:44:59 -05:00
ieee802154_mcr20a.h
ieee802154_mcr20a_regs.h
ieee802154_nrf5.c net/pkt: Remove _new suffix to net_pkt_write functions 2019-03-20 10:27:14 -05:00
ieee802154_nrf5.h
ieee802154_uart_pipe.c net: Switch usage of net_pkt_get_reserve to net_pkt_alloc 2019-03-20 10:27:14 -05:00
ieee802154_uart_pipe.h