aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorLukasz Duda <[email protected]>2015-08-10 21:15:52 +0200
committerMarcel Holtmann <[email protected]>2015-08-10 20:43:05 +0200
commit77e867b5f133f6bb3debcfcc75ce4536d644e62e (patch)
tree8c9afab0a53f6f7ff0c5dd0aa3bfe874789069d7 /tools/perf/scripts/python/bin
parent4863e4cc31d647e11f69e1f4d37a870ff3094fcc (diff)
6lowpan: Fix extraction of flow label field
The lowpan_fetch_skb function is used to fetch the first byte, which also increments the data pointer in skb structure, making subsequent array lookup of byte 0 actually being byte 1. To decompress the first byte of the Flow Label when the TF flag is set to 0x01, the second half of the first byte is needed. The patch fixes the extraction of the Flow Label field. Acked-by: Jukka Rissanen <[email protected]> Signed-off-by: Lukasz Duda <[email protected]> Signed-off-by: Glenn Ruben Bakke <[email protected]> Signed-off-by: Alexander Aring <[email protected]> Signed-off-by: Marcel Holtmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions