Messages in this thread Patch in this message |  | | Date | Fri, 31 Jan 1997 13:38:21 +0100 (MET) | | From | Hans Lermen <> | | | Subject | 2.1.24-patch1, compile fix for net/8390.c |
Hi Alan,
Little 'typo' in net/8390.c, it doesn't compile.
Hans
<lermen@fgan.de>
--- linux-2.1.24+1/drivers/net/8390.c.old Fri Jan 31 10:40:48 1997
+++ linux-2.1.24+1/drivers/net/8390.c Fri Jan 31 13:17:53 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
|  |