patch-2.4.17 linux/net/8021q/vlan_dev.c
Next file: linux/net/8021q/vlanproc.c
Previous file: linux/net/8021q/vlan.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Fri Dec 21 16:40:33 2001
- Orig file:
linux-2.4.16/net/8021q/vlan_dev.c
- Orig date:
Tue Oct 30 23:08:12 2001
diff -Naur -X /home/marcelo/lib/dontdiff linux-2.4.16/net/8021q/vlan_dev.c linux/net/8021q/vlan_dev.c
@@ -1,11 +1,10 @@
/*
- * INET An implementation of the TCP/IP protocol suite for the LINUX
- * operating system. INET is implemented using the BSD Socket
- * interface as the means of communication with the user level.
- *
+ * INET 802.1Q VLAN
* Ethernet-type device handling.
*
- * Authors: Ben Greear <greearb@candelatech.com>, <greearb@agcs.com>
+ * Authors: Ben Greear <greearb@candelatech.com>
+ * Please send support related email to: vlan@scry.wanfear.com
+ * VLAN Home Page: http://www.candelatech.com/~greear/vlan.html
*
* Fixes: Mar 22 2001: Martin Bokaemper <mbokaemper@unispherenetworks.com>
* - reset skb->pkt_type on incoming packets when MAC was changed
@@ -512,10 +511,6 @@
VLAN_FMEM_DBG("dev->priv free, addr: %p\n", dev->priv);
dev->priv = NULL;
}
-
- kfree(dev);
- VLAN_FMEM_DBG("net_device free, addr: %p\n", dev);
- dev = NULL;
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)