otrx: make crc32 table global for further optimizations
authorRafał Miłecki <zajec5@gmail.com>
Sat, 20 Jun 2015 21:11:56 +0000 (21:11 +0000)
committerRafał Miłecki <zajec5@gmail.com>
Sat, 20 Jun 2015 21:11:56 +0000 (21:11 +0000)
commit5d2f3728135130d50737b6e550a3eafa026a565c
treef188bc671a70e13c3fc399981203a96be4b917e6
parentd99db94d7e382b455f19add37855693e3dcee787
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46077 3c298f89-4303-0410-b956-a3cf2f4a3e73
package/utils/otrx/src/otrx.c