From: Alexander Aring Date: Sun, 2 Mar 2014 07:09:33 +0000 (+0100) Subject: 6lowpan: fix type of datagram size parameter X-Git-Tag: v3.15-rc1~113^2~234^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c7f778e566ac5861b2837ee755d8cdcd1ccacc5;p=pandora-kernel.git 6lowpan: fix type of datagram size parameter 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed