Re: [PATCH][1/4] b44: Ignore carrier lost errors

From: Jeff Garzik
Date: Sun Aug 29 2004 - 15:53:47 EST



Your mailer is mangling the patches. Can you please resend without this?

The patches need to be apply-able without MIME massaging.

Jeff



=2D-- linux/drivers/net/b44.c-old1 2004-08-29 16:29:08.000000000 +0200
+++ linux/drivers/net/b44.c 2004-08-29 16:27:00.000000000 +0200
@@ -1347,7 +1347,10 @@ static struct net_device_stats *b44_get_
hwstat->rx_symbol_errs);
=20
nstat->tx_aborted_errors =3D hwstat->tx_underruns;
+#if 0
+ /* Carrier lost counter seems to be broken for some devices */
nstat->tx_carrier_errors =3D hwstat->tx_carrier_lost;
+#endif
=20
return nstat;
}



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/