patch-2.3.10 linux/net/bridge/br.c
Next file: linux/net/core/scm.c
Previous file: linux/net/ax25/af_ax25.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Mon Jul  5 20:03:14 1999
-  Orig file: 
v2.3.9/linux/net/bridge/br.c
-  Orig date: 
Sun Mar  7 15:25:23 1999
diff -u --recursive --new-file v2.3.9/linux/net/bridge/br.c linux/net/bridge/br.c
@@ -1831,12 +1831,8 @@
 			
 /*			printk("Flood to port %d\n",i);*/
 			nskb->nh.raw = nskb->data + ETH_HLEN;
-#if LINUX_VERSION_CODE >= 0x20100
 			nskb->priority = 1;
 			dev_queue_xmit(nskb);
-#else
-			dev_queue_xmit(nskb,nskb->dev,1);
-#endif
 		}
 	}
 	return(0);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)