From 4c7f778e566ac5861b2837ee755d8cdcd1ccacc5 Mon Sep 17 00:00:00 2001 From: Alexander Aring Date: Sun, 2 Mar 2014 08:09:33 +0100 Subject: [PATCH] 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-format-patch failed