Go to file
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
.known-issues
arch
boards net: Add TI_CC2520 RAW driver 2016-12-02 12:40:46 +02:00
doc net: Adapt to new behavior of net_buf_frag_add v2 2016-12-02 12:40:54 +02:00
drivers drivers: ieee802154: Make CC2520 ready to tx only one fragment 2016-12-02 12:40:55 +02:00
ext samples/mbedtls_dtlsclient: mbedTLS sample DTLS client app. 2016-12-02 12:40:51 +02:00
include net: ieee802154: Optimize context structure usage 2016-12-02 12:40:55 +02:00
kernel kernel: fix race condition when spawning a thread with a delay 2016-11-30 23:48:06 +00:00
lib net: Rename net_nbuf_write to net_nbuf_append 2016-12-02 12:40:51 +02:00
misc
net net: ieee802154: Refactor how address fields are generated 2016-12-02 12:40:55 +02:00
samples net: Adapt to new behavior of net_buf_frag_add v2 2016-12-02 12:40:54 +02:00
scripts net: Remove nbr_data section as it is useless 2016-12-02 12:40:27 +02:00
subsys usb :mass_storage: correct the license details 2016-12-02 02:11:34 +00:00
tests tests/zoap: Fix extra unref on net_buf fragments 2016-12-02 12:40:55 +02:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst
MAINTAINERS MAINTAINERS: fix email address 2016-12-01 19:07:49 -05:00
Makefile
Makefile.inc
zephyr-env.sh