]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitba408505a2b5797cd6e9223315524b7a92b179b2
treec225f7d4f5133b3237f68088aed4ab4c262ad84b
parent15035d547f5fa1a7091fd53bde73d2d8c5d0921e
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