From: Alexander Aring Date: Tue, 17 Dec 2013 13:21:23 +0000 (+0100) Subject: 6lowpan: fix udp compress ordering X-Git-Tag: v3.14-rc1~94^2~238^2^2~22^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95277eb1cdd63bd45dbd5a5f1a32b9d904d5f56d;p=pandora-kernel.git 6lowpan: fix udp compress ordering In case ((ntohs(uh->source) & LOWPAN_NHC_UDP_8BIT_MASK) the order of uncompression is wrong. It's always first source port then destination port as second. See: http://tools.ietf.org/html/rfc6282#section-4.3.3 "Fields carried in-line (in part or in whole) appear in the same order as they do in the UDP header format" Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed