|
@@ -2494,8 +2494,11 @@ static struct sk_buff *receive_copy(struct sky2_port *sky2,
|
|
|
skb_copy_from_linear_data(re->skb, skb->data, length);
|
|
|
skb->ip_summed = re->skb->ip_summed;
|
|
|
skb->csum = re->skb->csum;
|
|
|
+ skb->rxhash = re->skb->rxhash;
|
|
|
+
|
|
|
pci_dma_sync_single_for_device(sky2->hw->pdev, re->data_addr,
|
|
|
length, PCI_DMA_FROMDEVICE);
|
|
|
+ re->skb->rxhash = 0;
|
|
|
re->skb->ip_summed = CHECKSUM_NONE;
|
|
|
skb_put(skb, length);
|
|
|
}
|