linux-stable/net/ieee802154/6lowpan
Alexander Aring 4bc8fbc95e ieee802154: 6lowpan: don't skip first dsn while fragmentation
This patch fixes the data frame sequence numer (dsn) while 6lowpan
fragmentation for frag1. Currently we create one 802.15.4 header at
first, then check if it's match into one frame and at the end construct
many fragments and calling wpan_dev_hard_header for each of them,
inclusive for the first fragment. This will make the first generated
header to garbage, instead we copying this header for frag1 instead of
generate a new one which skips one dsn.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2015-09-30 13:23:57 +02:00
..
6lowpan_i.h ieee802154: 6lowpan: change datagram var types 2015-09-30 13:23:57 +02:00
core.c ieee802154: change needed headroom/tailroom 2015-09-22 11:51:20 +02:00
Kconfig
Makefile ieee802154: 6lowpan: fix Makefile entry 2015-01-08 15:48:06 +01:00
reassembly.c ieee802154: 6lowpan: change datagram var types 2015-09-30 13:23:57 +02:00
rx.c ieee802154: 6lowpan: use correct ESC value for dispatch 2015-09-17 13:20:04 +02:00
tx.c ieee802154: 6lowpan: don't skip first dsn while fragmentation 2015-09-30 13:23:57 +02:00