|
|
@@ -1575,7 +1575,6 @@ ignore_link:
|
|
|
if (intr_status & EESR_RFRMER) {
|
|
|
/* Receive Frame Overflow int */
|
|
|
ndev->stats.rx_frame_errors++;
|
|
|
- netif_err(mdp, rx_err, ndev, "Receive Abort\n");
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -1594,13 +1593,11 @@ ignore_link:
|
|
|
if (intr_status & EESR_RDE) {
|
|
|
/* Receive Descriptor Empty int */
|
|
|
ndev->stats.rx_over_errors++;
|
|
|
- netif_err(mdp, rx_err, ndev, "Receive Descriptor Empty\n");
|
|
|
}
|
|
|
|
|
|
if (intr_status & EESR_RFE) {
|
|
|
/* Receive FIFO Overflow int */
|
|
|
ndev->stats.rx_fifo_errors++;
|
|
|
- netif_err(mdp, rx_err, ndev, "Receive FIFO Overflow\n");
|
|
|
}
|
|
|
|
|
|
if (!mdp->cd->no_ade && (intr_status & EESR_ADE)) {
|