otrx: make crc32 table global for further optimizations
authorrmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 20 Jun 2015 21:11:56 +0000 (21:11 +0000)
committerrmilecki <rmilecki@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 20 Jun 2015 21:11:56 +0000 (21:11 +0000)
commit79cf6a5e7db7badb3d4a5740cfa80009812adf94
treef188bc671a70e13c3fc399981203a96be4b917e6
parent14ed72242cf1f19ccfcd08b7a15d7a92953cb3d8
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