git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95277eb
)
6lowpan: fix udp byte ordering
author
Alexander Aring
<alex.aring@gmail.com>
Tue, 17 Dec 2013 13:21:24 +0000
(14:21 +0100)
committer
Marcel Holtmann
<marcel@holtmann.org>
Tue, 17 Dec 2013 14:16:48 +0000
(06:16 -0800)
The incoming udp header in lowpan_compress_udp_header function is
already in network byte order.
Everytime we read this values for source and destination port we need
to convert this value to host byte order.
In the outcoming header we need to set this value in network byte order
which the upcoming process assumes.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/6lowpan_iphc.c
patch
|
blob
|
history
diff --cc
net/ieee802154/6lowpan_iphc.c
Simple merge