]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
[NET]: Fix netx-eth.c compilation.
authorAdrian Bunk <adrian.bunk@movial.fi>
Sun, 6 Jan 2008 07:55:13 +0000 (23:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Jan 2008 07:29:59 +0000 (23:29 -0800)
This was missed when commit e2ac455a18806b31c2d0da0a51d8740af5010b7a
fixed the compile errors in drivers/net/netx-eth.c caused by
commit 09f75cd7bf13720738e6a196cc0107ce9a5bd5a0.

Signed-off-by: Adrian Bunk <adrian.bunk@movial.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/netx-eth.c

index 5267e031daa0b3ab27d3d1dde092cb2fdc8e6159..78d34af13a1ca8c59817a3c203b77e715ae6399d 100644 (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