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:
1bc693e
)
6lowpan: fix type of datagram size parameter
author
Alexander Aring
<alex.aring@gmail.com>
Sun, 2 Mar 2014 07:09:33 +0000
(08:09 +0100)
committer
David S. Miller
<davem@davemloft.net>
Mon, 3 Mar 2014 00:19:44 +0000
(19:19 -0500)
Datagram size value is u16 because we convert it to host byte order
and we need to read it. Only the tag value belongs to __be16 type.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/reassembly.c
patch
|
blob
|
history
diff --cc
net/ieee802154/reassembly.c
Simple merge