patch-1.3.4 linux/drivers/net/sk_g16.c
Next file: linux/drivers/net/slip.c
Previous file: linux/drivers/net/ppp.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Jun 22 10:29:03 1995
- Orig file:
v1.3.3/linux/drivers/net/sk_g16.c
- Orig date:
Tue Jun 6 11:22:10 1995
diff -u --recursive --new-file v1.3.3/linux/drivers/net/sk_g16.c linux/drivers/net/sk_g16.c
@@ -1529,7 +1529,7 @@
* not to be concerned (see Data sheet)
*/
- if (rmdstat & (RX_STP | RX_ENP) != (RX_STP | RX_ENP))
+ if ((rmdstat & (RX_STP | RX_ENP)) != (RX_STP | RX_ENP))
{
/* Start of a frame > 1518 Bytes ? */
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