patch-2.1.55 linux/net/bridge/br.c
Next file: linux/net/ipv4/ip_fw.c
Previous file: linux/net/README
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Sep 7 14:00:24 1997
- Orig file:
v2.1.54/linux/net/bridge/br.c
- Orig date:
Wed Sep 3 20:52:44 1997
diff -u --recursive --new-file v2.1.54/linux/net/bridge/br.c linux/net/bridge/br.c
@@ -1545,8 +1545,6 @@
{
if (strncmp(dev->name, "eth", 3) == 0) /* ethernet */
return(100);
- if (strncmp(dev->name, "wic", 3) == 0) /* wic */
- return(1600);
if (strncmp(dev->name, "plip",4) == 0) /* plip */
return (1600);
return(100); /* default */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov