From: Simon Wunderlich Date: Thu, 18 Oct 2012 11:47:42 +0000 (+0200) Subject: batman-adv: Fix broadcast duplist for fragmentation X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~254^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=004e86fc585f617f07bff38480eeee335be9b017;p=pandora-kernel.git batman-adv: Fix broadcast duplist for fragmentation If the skb is fragmented, the checksum must be computed on the individual fragments, just using skb->data may fail on fragmented data. Instead of doing linearizing the packet, use the new batadv_crc32 to do that more efficiently- it should not hurt replacing the old crc16 by the new crc32. Reported-by: Sven Eckelmann Signed-off-by: Simon Wunderlich Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed