devices/8139too.c
changeset 231 767548c75bf3
parent 209 fe044345aaec
child 246 0bf7c769de06
--- 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++;