patch-2.3.35 linux/include/linux/netdevice.h

Next file: linux/include/linux/openprom_fs.h
Previous file: linux/include/linux/irda.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.34/linux/include/linux/netdevice.h linux/include/linux/netdevice.h
@@ -293,6 +293,9 @@
 	/* Called after last user reference disappears. */
 	void			(*destructor)(struct net_device *dev);
 
+	/* Bridge stuff */
+	int			bridge_port_id;		
+	
 	/* Pointers to interface service routines.	*/
 	int			(*open)(struct net_device *dev);
 	int			(*stop)(struct net_device *dev);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)