zephyr/drivers/ieee802154
Tomasz Bursztyka 11a1d9ef32 drivers: ieee802154: Make uart pipe driver tx one fragment only
Let's not count the whole buffer length but only the very first frag's.
Up to L2 radio strategy to loop on every fragments and call tx for each.
(once sent, it deletes the fragment, so next fragment is always
buf->frags).

Change-Id: I94130fedfbecffdf62286bcb7f10563c776a255e
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-12-02 12:40:55 +02:00
..
ieee802154_cc2520_legacy.c
ieee802154_cc2520_regs.h
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_uart_pipe.c drivers: ieee802154: Make uart pipe driver tx one fragment only 2016-12-02 12:40:55 +02:00
ieee802154_uart_pipe.h
Kconfig net: Add L2 RAW channel hidden option 2016-12-02 12:40:46 +02:00
Makefile