diff -r 382bdb9138ec -r 767548c75bf3 devices/8139too.c --- a/devices/8139too.c Thu May 11 09:24:15 2006 +0000 +++ b/devices/8139too.c Thu May 11 13:29:06 2006 +0000 @@ -2224,8 +2224,7 @@ else { ecdev_receive(rtl_ec_dev, - &rx_ring[ring_offset + 4] + ETH_HLEN, - pkt_size - ETH_HLEN); + &rx_ring[ring_offset + 4], pkt_size); dev->last_rx = jiffies; tp->stats.rx_bytes += pkt_size; tp->stats.rx_packets++;