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 ieee802154: Allow to set debug for RAW_CHANNEL 2018-11-15 08:42:52 -05:00
Kconfig.cc1200 dts: ieee802154: cc1200: Add DTS support 2018-12-05 10:13:23 -06:00
Kconfig.cc2520 ieee802154: cc2520: Move to DT only config support 2018-11-16 14:02:00 -05:00
Kconfig.kw41z
Kconfig.mcr20a ieee802154: mcr20a: Remove dead Kconfig symbols 2019-02-01 04:10:09 -06:00
Kconfig.nrf5
ieee802154_cc1200.c drivers/ieee802154: Switch CC1200 to new net_ptk allocator 2019-02-23 07:44:59 -05:00
ieee802154_cc1200.h drivers: ieee802154_cc2520: move to new logger 2018-10-16 17:30:09 -04:00
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: Fixup SPI CS handling 2019-02-01 04:10:09 -06:00
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 drivers: ieee802154: nrf5: Align to new radio driver API 2019-01-29 10:37:47 +01:00
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