On 10/7/06, Segher Boessenkool segher@kernel.crashing.org wrote:
This table isn't needed, a UART stream is so slow that you can just as well open-code the CRC algorithm and lose nothing (except for 512 bytes of table :-) )
Good point. This patch replaces the table-driven CRC-16 implementation with a computational one.
--Ed