patch-1.3.32 linux/drivers/net/znet.c
Next file: linux/fs/nfs/Makefile
Previous file: linux/drivers/net/slhc.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Oct 6 11:33:30 1995
- Orig file:
v1.3.31/linux/drivers/net/znet.c
- Orig date:
Tue Aug 8 12:31:37 1995
diff -u --recursive --new-file v1.3.31/linux/drivers/net/znet.c linux/drivers/net/znet.c
@@ -448,7 +448,7 @@
if (!(tx_status & 0x0040)) lp->stats.tx_heartbeat_errors++;
if (tx_status & 0x0020) lp->stats.tx_aborted_errors++;
/* ...and the catch-all. */
- if (tx_status | 0x0760 != 0x0760)
+ if ((tx_status | 0x0760) != 0x0760)
lp->stats.tx_errors++;
}
dev->tbusy = 0;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this