netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* CRC16 in rt2x00
@ 2006-05-27 11:27 Ivo van Doorn
  2006-05-27 13:55 ` Sergey Vlasov
  0 siblings, 1 reply; 5+ messages in thread
From: Ivo van Doorn @ 2006-05-27 11:27 UTC (permalink / raw)
  To: netdev

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

Hi,

I have a small question about the CRC16 usage in rt2x00
and what the netdev preferred method is for this.

At the moment the rt2x00 drivers in wireless-dev use
its own CRC16 table and calculation inside the driver.
There already is a CRC16 library in the kernel
which uses the 0x8005 table, while rt2x00 uses the
0x1021 polynomial table.

Is keeping this version of CRC16 inside rt2x00 the most
sensible thing to do? Or should it be moved to the lib
folder of the kernel so other drivers could make use of it as well?
(So far I have not found a driver which makes use
of the same CRC16 table)

Thanks.

Ivo

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-05-27 20:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-27 11:27 CRC16 in rt2x00 Ivo van Doorn
2006-05-27 13:55 ` Sergey Vlasov
2006-05-27 14:24   ` Ivo van Doorn
2006-05-27 16:30     ` Sergey Vlasov
2006-05-27 20:46       ` Ivo van Doorn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).