|
@@ -583,7 +583,7 @@ static void ks8851_rx_pkts(struct ks8851_net *ks)
|
|
ks8851_dbg_dumpkkt(ks, rxpkt);
|
|
ks8851_dbg_dumpkkt(ks, rxpkt);
|
|
|
|
|
|
skb->protocol = eth_type_trans(skb, ks->netdev);
|
|
skb->protocol = eth_type_trans(skb, ks->netdev);
|
|
- netif_rx(skb);
|
|
|
|
|
|
+ netif_rx_ni(skb);
|
|
|
|
|
|
ks->netdev->stats.rx_packets++;
|
|
ks->netdev->stats.rx_packets++;
|
|
ks->netdev->stats.rx_bytes += rxlen;
|
|
ks->netdev->stats.rx_bytes += rxlen;
|