otrx: make crc32 table global for further optimizations
authorRafał Miłecki <zajec5@gmail.com>
Sun, 21 Jun 2015 20:04:42 +0000 (20:04 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Sun, 21 Jun 2015 20:04:42 +0000 (20:04 +0000)
commit129d8e13f1c68d29b092e7236c9d80ac6ad27e8e
treefa937d0a35285bfb77e2303d05d6c728f4ccbde8
parent0e0730c316b2058fe6e09a3021b007977f5fc87f
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