zephyr/subsys
Robert Lubos 8f8c6017f4 net: 6lo: Fix ieee802154 fragmentation
Two issues identified with 6lo fragmentation for ieee802154 that broke
the communication:

1) ieee802154_fragment_is_needed function did not take 15.4 FCS size
into account, hence taking wrong decision in some cases.
2) set_up_frag_hdr was writing with wrong offset, which resulted in 6lo
bytes being overwritten by 15.4 header.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2019-01-17 11:16:26 +02:00
..
app_memory
bluetooth Bluetooth: Shell: Add write-without-response-cb command 2019-01-16 21:43:53 -05:00
console
cpp
debug
dfu dfu: Cast offset to u32_t before calling LOG 2019-01-07 16:07:03 -05:00
disk
fb kconfig: Have the 'framebuffer' menu depend on it being enabled 2018-12-30 16:24:50 -05:00
fs nvs: workaround a GCC and Coverity warning 2019-01-02 13:03:09 +01:00
logging logging: Increase the stack size when coverage is enabled. 2019-01-16 06:12:33 -05:00
mgmt shell: removing legacy shell 2019-01-16 21:35:36 -05:00
net net: 6lo: Fix ieee802154 fragmentation 2019-01-17 11:16:26 +02:00
power
random
settings settings: Corrected __ASSERT include paths 2019-01-16 08:36:38 -06:00
shell shell: removing legacy shell 2019-01-16 21:35:36 -05:00
stats
storage drivers: flash: spi_nor: Enable Flash Page Layout and Map 2019-01-16 21:22:56 -05:00
usb usb: cdc_acm: call the IRQ callback from the system work queue 2019-01-09 07:47:43 -06:00
CMakeLists.txt shell: removing legacy shell 2019-01-16 21:35:36 -05:00
Kconfig