patch-2.0.11 linux/net/core/dev.c
Next file: linux/net/core/sock.c
Previous file: linux/mm/vmalloc.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Thu Aug 1 15:43:04 1996
- Orig file:
v2.0.10/linux/net/core/dev.c
- Orig date:
Thu Jun 6 21:22:24 1996
diff -u --recursive --new-file v2.0.10/linux/net/core/dev.c linux/net/core/dev.c
@@ -617,7 +617,10 @@
cli();
skb_push(skb,offset); /* Put header back on for bridge */
if(br_receive_frame(skb))
+ {
+ sti();
continue;
+ }
/*
* Pull the MAC header off for the copy going to
* the upper layers.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov