|
@@ -2716,8 +2716,7 @@ static int skge_poll(struct net_device *dev, int *budget)
|
|
|
if (control & BMU_OWN)
|
|
|
break;
|
|
|
|
|
|
- skb = skge_rx_get(skge, e, control, rd->status,
|
|
|
- le16_to_cpu(rd->csum2));
|
|
|
+ skb = skge_rx_get(skge, e, control, rd->status, rd->csum2);
|
|
|
if (likely(skb)) {
|
|
|
dev->last_rx = jiffies;
|
|
|
netif_receive_skb(skb);
|