zephyr/drivers/ieee802154
Jukka Rissanen 5197266768 net: nbuf: Use net_nbuf_get_frag() to allocate a fragment
The code used net_nbuf_get_reserve_{rx|tx}_data() function to
allocate a fragment. Instead of that low level function, use
net_nbuf_get_frag() instead. There are few places this is not
possible or is too big change like in few test programs.

Change-Id: Ied7e2b7db352de998b200ffa6ff82471bfa5ebe3
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2017-03-09 20:33:43 +02:00
..
Kconfig drivers/net/ieee802154: nRF5 802.15.4 radio driver 2017-02-22 17:28:24 +02:00
Kconfig.cc2520 drivers/net/ieee802154: Change configuration prefix 2017-02-08 10:12:35 +02:00
Kconfig.mcr20a drivers/net/ieee802154: Change configuration prefix 2017-02-08 10:12:35 +02:00
Kconfig.nrf5 drivers/net/ieee802154: nRF5 802.15.4 radio driver 2017-02-22 17:28:24 +02:00
Makefile drivers/net/ieee802154: nRF5 802.15.4 radio driver 2017-02-22 17:28:24 +02:00
ieee802154_cc2520.c net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
ieee802154_cc2520.h drivers/net/ieee802154: Change configuration prefix 2017-02-08 10:12:35 +02:00
ieee802154_cc2520_regs.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
ieee802154_mcr20a.c net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
ieee802154_mcr20a.h drivers: mcr20a: cleanup and refactor interrupt processing 2017-02-22 17:28:24 +02:00
ieee802154_mcr20a_regs.h drivers: ieee802154: add MCR20A driver 2017-01-27 12:35:51 +02:00
ieee802154_nrf5.c net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
ieee802154_nrf5.h drivers/net/ieee802154: nRF5 802.15.4 radio driver 2017-02-22 17:28:24 +02:00
ieee802154_uart_pipe.c net: nbuf: Use net_nbuf_get_frag() to allocate a fragment 2017-03-09 20:33:43 +02:00
ieee802154_uart_pipe.h license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00