summaryrefslogtreecommitdiffstats
path: root/scripts/tracing
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-09-30 10:20:10 +0200
committerMarcel Holtmann <marcel@holtmann.org>2015-09-30 13:23:57 +0200
commit4bc8fbc95e0d831e5e3800ecc8a8d5acac79c9a8 (patch)
tree25b0f7c40275b8fe938dfabd5cd773628ea301a2 /scripts/tracing
parent72d53b116264d5e570f610b3971dae4721aa5c0f (diff)
downloadlinux-4bc8fbc95e0d831e5e3800ecc8a8d5acac79c9a8.tar.bz2
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>
Diffstat (limited to 'scripts/tracing')
0 files changed, 0 insertions, 0 deletions