commit | fb939135a6cf77a26831d23e6d22e4b9602cfce7 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sun Oct 14 17:16:14 2018 +0200 |
committer | Simon Wunderlich <sw@simonwunderlich.de> | Mon Nov 12 10:41:51 2018 +0100 |
tree | edf8eb5eb63a2459241335269d6bbcda403b4674 | |
parent | d2d489b7d851785dd4833880d31d80bd70ffa6c3 [diff] |
batman-adv: Move CRC16 dependency to BATMAN_ADV_BLA The commit ced72933a5e8 ("batman-adv: use CRC32C instead of CRC16 in TT code") switched the translation table code from crc16 to crc32c. The (optional) bridge loop avoidance code is the only user of this function. batman-adv should only select CRC16 when it is actually using it. Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>