commit | 7fefe6a88494b00b151b5ca7bb84daaa781bbca7 | [log] [tgz] |
---|---|---|
author | Vincent CUISSARD <vincent.cuissard@gmail.com> | Thu Jul 16 06:08:58 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 16 18:06:25 2009 -0700 |
tree | ac6283137d3f61019a30bb637c2f3ed05f9f2b37 | |
parent | 869f1c54e9aecde1dfd4349832ce9415a596be8e [diff] |
cdc-eem: bad crc checking When the driver received an EEM packet with CRC option enabled, driver must compute and check the CRC of the Ethernet data. Previous version computes CRC on Ethernet data plus the original CRC value. Skbuff is correctly trimed but the old length is used when CRC is computed. Signed-off-by: Vincent CUISSARD <vincent.cuissard@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>