DM9000: Remove cal_CRC() and use ether_crc_le instead
authorBen Dooks <ben-linux@fluff.org>
Tue, 5 Feb 2008 00:02:18 +0000 (00:02 +0000)
committerJeff Garzik <jeff@garzik.org>
Mon, 11 Feb 2008 16:06:34 +0000 (11:06 -0500)
commitd39cb7866e5f6ff32ed4d99cc3fcd19bda701492
treec225f7d4f5133b3237f68088aed4ab4c262ad84b
parent39c341a8dcf060b246b0beddac90cd7de11d4a20
DM9000: Remove cal_CRC() and use ether_crc_le instead

Remove the cal_CRC as this is basically wrappering the
ether_crc_le function, and is only being used by the
multicast hash table functions.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/net/dm9000.c