Re: [PATCH 4/4] 2.6.7-mm2, Use it in AX.25 drivers

From: Thomas Sailer
Date: Mon Jun 28 2004 - 11:56:56 EST


On Thu, 2004-06-24 at 14:52, Andrey Panin wrote:
> This patch makes AX.25 drivers use common crc16 code.

Hrm, isn't this bit of a misnamer?

While the polynomial usually known as "CCITT" or "X25" is
x^16+x^12+x^5+x^0, CRC-16 usually means the polynomial
x^16+x^15+x^2+x^0. So to avoid confusion I suggest renaming it from
CRC16 to CRCCCITT or similar...

Tom

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/