|
@@ -663,7 +663,7 @@ plip_receive_packet(struct net_device *dev, struct net_local *nl,
|
|
case PLIP_PK_DONE:
|
|
case PLIP_PK_DONE:
|
|
/* Inform the upper layer for the arrival of a packet. */
|
|
/* Inform the upper layer for the arrival of a packet. */
|
|
rcv->skb->protocol=plip_type_trans(rcv->skb, dev);
|
|
rcv->skb->protocol=plip_type_trans(rcv->skb, dev);
|
|
- netif_rx(rcv->skb);
|
|
|
|
|
|
+ netif_rx_ni(rcv->skb);
|
|
dev->last_rx = jiffies;
|
|
dev->last_rx = jiffies;
|
|
dev->stats.rx_bytes += rcv->length.h;
|
|
dev->stats.rx_bytes += rcv->length.h;
|
|
dev->stats.rx_packets++;
|
|
dev->stats.rx_packets++;
|