zephyr/drivers/ieee802154
Tomasz Bursztyka 0f2164cb5a drivers: ieee802154: Make CC2520 ready to tx only one fragment
The given buffer can come with many fragments, but it's not up to the
hardware driver to send all of these but only the first in the list.
The overall fragments send procedure is handled in l2 level where the
radio transmission strategy loops over the list of framents and send
them one by one relevantly.

Change-Id: Ia7ae42ab4e9f8efb83bf07de6791918059b1e1c9
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-12-02 12:40:55 +02:00
..
ieee802154_cc2520.c drivers: ieee802154: Make CC2520 ready to tx only one fragment 2016-12-02 12:40:55 +02:00
ieee802154_cc2520.h drivers: cc2520: Fix 80 chars lenght limit 2016-12-02 12:40:47 +02:00
ieee802154_cc2520_legacy.c net: drivers: ieee802154: sys_log is needed on legacy driver 2016-12-02 12:40:23 +02:00
ieee802154_cc2520_regs.h drivers: ieee802154: Fix register name 2016-10-21 17:03:57 +00:00
ieee802154_uart_pipe.c net: drivers: Add a fake ieee802154 radio driver for qemu 2016-12-02 12:40:24 +02:00
ieee802154_uart_pipe.h net: drivers: Add a fake ieee802154 radio driver for qemu 2016-12-02 12:40:24 +02:00
Kconfig net: Add L2 RAW channel hidden option 2016-12-02 12:40:46 +02:00
Makefile net: Add TI_CC2520 RAW driver 2016-12-02 12:40:46 +02:00