ieee802154: 6lowpan: don't skip first dsn while fragmentation
authorAlexander Aring <alex.aring@gmail.com>
Wed, 30 Sep 2015 08:20:10 +0000 (10:20 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 30 Sep 2015 11:23:57 +0000 (13:23 +0200)
commit4bc8fbc95e0d831e5e3800ecc8a8d5acac79c9a8
tree25b0f7c40275b8fe938dfabd5cd773628ea301a2
parent72d53b116264d5e570f610b3971dae4721aa5c0f
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>
net/ieee802154/6lowpan/tx.c