commit | 8cd35da094bed8a41eb722c1d03eab24d57bf706 | [log] [tgz] |
---|---|---|
author | Herbert Valerio Riedel <hvr@gnu.org> | Mon May 01 15:37:09 2006 +0200 |
committer | Stephen Hemminger <shemminger@osdl.org> | Mon May 08 16:00:47 2006 -0700 |
tree | 1cff48eb5261048d9f6f5bf90c5f34b4fbbfd0cb | |
parent | 6d4b0f617d577975108ccc7e3b0c7dbe50144df6 [diff] |
au1000_eth.c: use ether_crc() from <linux/crc32.h> since the au1000 driver already selects the CRC32 routines, simply replace the internal ether_crc() implementation with the semantically equivalent one from <linux/crc32.h> Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> Signed-off-by: Stephen Hemminger <shemminger@osdl.org>