summaryrefslogtreecommitdiff
path: root/net/tipc/eth_media.c
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2015-09-30 11:20:10 +0300
committerMarcel Holtmann <marcel@holtmann.org>2015-09-30 14:23:57 +0300
commit4bc8fbc95e0d831e5e3800ecc8a8d5acac79c9a8 (patch)
tree25b0f7c40275b8fe938dfabd5cd773628ea301a2 /net/tipc/eth_media.c
parent72d53b116264d5e570f610b3971dae4721aa5c0f (diff)
downloadlinux-4bc8fbc95e0d831e5e3800ecc8a8d5acac79c9a8.tar.xz
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 'net/tipc/eth_media.c')
0 files changed, 0 insertions, 0 deletions