From: Antonio Quartulli Date: Wed, 24 Apr 2013 14:37:51 +0000 (+0200) Subject: batman-adv: use CRC32C instead of CRC16 in TT code X-Git-Tag: v3.13-rc1~105^2~193^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ced72933a5e8ab52bb066a4a4083840b6f7f62ff;p=pandora-kernel.git batman-adv: use CRC32C instead of CRC16 in TT code CRC32C has to be preferred to CRC16 because of its possible HW native support and because of the reduced collision probability. With this change the Translation Table component now uses CRC32C to compute the local and global table checksum. Signed-off-by: Antonio Quartulli Signed-off-by: Marek Lindner --- Reading git-diff-tree failed