From: Alexander Aring Date: Fri, 16 Aug 2013 19:59:54 +0000 (+0200) Subject: 6lowpan: init ipv6hdr buffer to zero X-Git-Tag: v3.12-rc1~132^2~267^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84ce1ddfefc3d5a8af5ede6fe16546c143117616;p=pandora-kernel.git 6lowpan: init ipv6hdr buffer to zero This patch simplify the handling to set fields inside of struct ipv6hdr to zero. Instead of setting some memory regions with memset to zero we initialize the whole ipv6hdr to zero. This is a simplification for parsing the 6lowpan header for the upcomming patches. Signed-off-by: Alexander Aring Reviewed-by: Werner Almesberger Signed-off-by: David S. Miller --- Reading git-diff-tree failed