mv643xx_eth: massively simplify multicast address crc8 computation
authorLennert Buytenhek <buytenh@wantstofly.org>
Sun, 1 Jun 2008 09:43:32 +0000 (11:43 +0200)
committerLennert Buytenhek <buytenh@wantstofly.org>
Thu, 12 Jun 2008 06:40:33 +0000 (08:40 +0200)
commit69876569bbf3dfac567f47c619888c827cb87b30
tree7605c046ba3c5be284c782d8b41496a89673f548
parent16820054773027a9be2e2b5e33eb2015d32deeaf
mv643xx_eth: massively simplify multicast address crc8 computation

Replace the 70-line crc8 computation (used for multicast address
filtering tables) by a 5-line version.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Dale Farnsworth <dale@farnsworth.org>
drivers/net/mv643xx_eth.c