otrx: make crc32 table global for further optimizations
authorrmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Jun 2015 20:04:42 +0000 (20:04 +0000)
committerrmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 21 Jun 2015 20:04:42 +0000 (20:04 +0000)
commit6cd9e5107ea840d337e9c82a662218a9198657ec
treefa937d0a35285bfb77e2303d05d6c728f4ccbde8
parent4004819a1c91de2d2c06b1e0d52609460bf3cab3
otrx: make crc32 table global for further optimizations

So far we got only one generic function accessing this table, but
implementing optimizations will require calculating crc32 in other code
parts as well.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Backport of r46077

git-svn-id: svn://svn.openwrt.org/openwrt/branches/chaos_calmer@46092 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/utils/otrx/src/otrx.c