patch-2.4.20 linux-2.4.20/drivers/net/pci-skeleton.c

Next file: linux-2.4.20/drivers/net/pcmcia/3c574_cs.c
Previous file: linux-2.4.20/drivers/net/ns83820.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/net/pci-skeleton.c linux-2.4.20/drivers/net/pci-skeleton.c
@@ -1411,10 +1411,6 @@
 				tp->stats.tx_carrier_errors++;
 			if (txstatus & TxOutOfWindow)
 				tp->stats.tx_window_errors++;
-#ifdef ETHER_STATS
-			if ((txstatus & 0x0f000000) == 0x0f000000)
-				tp->stats.collisions16++;
-#endif
 		} else {
 			if (txstatus & TxUnderrun) {
 				/* Add 64 to the Tx FIFO threshold. */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)