1
0
Fork 0

[NET]: Fix netx-eth.c compilation.

This was missed when commit e2ac455a18
fixed the compile errors in drivers/net/netx-eth.c caused by
commit 09f75cd7bf.

Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
wifi-calibration
Adrian Bunk 2008-01-05 23:55:13 -08:00 committed by David S. Miller
parent 92ffb85dd3
commit 9a262d5c24
1 changed files with 2 additions and 2 deletions

View File

@ -169,8 +169,8 @@ static void netx_eth_receive(struct net_device *ndev)
ndev->last_rx = jiffies;
skb->protocol = eth_type_trans(skb, ndev);
netif_rx(skb);
dev->stats.rx_packets++;
dev->stats.rx_bytes += len;
ndev->stats.rx_packets++;
ndev->stats.rx_bytes += len;
}
static irqreturn_t