[PATCH] amd8111e use standard CRC lib
I noticed this driver (and several others) reinvent their own copy of the existing CRC library. Don't have the hardware, but tested by extracting code and comparing result. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
committed by
Jeff Garzik
parent
b0a20ded56
commit
6b4bdde61b
@@ -651,10 +651,6 @@ typedef enum {
|
||||
/* driver ioctl parameters */
|
||||
#define AMD8111E_REG_DUMP_LEN 13*sizeof(u32)
|
||||
|
||||
/* crc generator constants */
|
||||
#define CRC32 0xedb88320
|
||||
#define INITCRC 0xFFFFFFFF
|
||||
|
||||
/* amd8111e desriptor format */
|
||||
|
||||
struct amd8111e_tx_dr{
|
||||
|
Reference in New Issue
Block a user