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

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