patch-2.1.79 linux/net/802/fddi.c
Next file: linux/net/802/llc_sendpdu.c
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Jan 12 15:28:19 1998
- Orig file:
v2.1.78/linux/net/802/fddi.c
- Orig date:
Sat Nov 29 11:25:12 1997
diff -u --recursive --new-file v2.1.78/linux/net/802/fddi.c linux/net/802/fddi.c
@@ -97,18 +97,6 @@
int fddi_rebuild_header(struct sk_buff *skb)
{
struct fddihdr *fddi = (struct fddihdr *)skb->data;
-#if 0
- struct neighbour *neigh = NULL;
-
- if (skb->dst)
- neigh = skb->dst->neighbour;
-
- if (neigh)
- return neigh->ops->resolve(fddi->daddr, skb);
-#endif
- /*
- * Only ARP/IP is currently supported
- */
if (fddi->hdr.llc_snap.ethertype != __constant_htons(ETH_P_IP))
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov