Little buglet in 2.1.24-patch1, 8390.c

Philippe Strauss (philou@sicel-home-1-4.urbanet.ch)
Fri, 31 Jan 1997 13:42:07 +0100 (MET)


--- 8390.c.orig Fri Jan 31 13:25:41 1997
+++ 8390.c Fri Jan 31 13:39:42 1997
@@ -192,7 +192,7 @@

send_length = ETH_ZLEN < length ? length : ETH_ZLEN;

- lp->stats.tx_bytes+=send_length;
+ ei_local->stat.tx_bytes+=send_length;

#ifdef EI_PINGPONG

At least, it compile now.

Thanks, with this i'm proud to present my first kernel patch :)

----
Philippe Strauss, ingenieur en telecommunications.

Email: <philippe.strauss@urbanet.ch>
Homepage: http://sicel-home-1-4.urbanet.ch

"The POP3 server service depends on the SMTP server service, which
failed to start because of the following error:
The operation completed successfully." -- Windows NT Server v3.51
----