diff options
Diffstat (limited to 'drivers/net/natsemi.c')
| -rw-r--r-- | drivers/net/natsemi.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/natsemi.c b/drivers/net/natsemi.c index 6bb48ba80964..b47a12d684f9 100644 --- a/drivers/net/natsemi.c +++ b/drivers/net/natsemi.c | |||
| @@ -2438,13 +2438,16 @@ static void netdev_error(struct net_device *dev, int intr_status) | |||
| 2438 | dev->name); | 2438 | dev->name); |
| 2439 | } | 2439 | } |
| 2440 | np->stats.rx_fifo_errors++; | 2440 | np->stats.rx_fifo_errors++; |
| 2441 | np->stats.rx_errors++; | ||
| 2441 | } | 2442 | } |
| 2442 | /* Hmmmmm, it's not clear how to recover from PCI faults. */ | 2443 | /* Hmmmmm, it's not clear how to recover from PCI faults. */ |
| 2443 | if (intr_status & IntrPCIErr) { | 2444 | if (intr_status & IntrPCIErr) { |
| 2444 | printk(KERN_NOTICE "%s: PCI error %#08x\n", dev->name, | 2445 | printk(KERN_NOTICE "%s: PCI error %#08x\n", dev->name, |
| 2445 | intr_status & IntrPCIErr); | 2446 | intr_status & IntrPCIErr); |
| 2446 | np->stats.tx_fifo_errors++; | 2447 | np->stats.tx_fifo_errors++; |
| 2448 | np->stats.tx_errors++; | ||
| 2447 | np->stats.rx_fifo_errors++; | 2449 | np->stats.rx_fifo_errors++; |
| 2450 | np->stats.rx_errors++; | ||
| 2448 | } | 2451 | } |
| 2449 | spin_unlock(&np->lock); | 2452 | spin_unlock(&np->lock); |
| 2450 | } | 2453 | } |
