diff options
| author | Steven Whitehouse <steve@gw.chygwyn.com> | 2002-10-08 01:00:44 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2002-10-08 01:00:44 -0700 |
| commit | fa062f2c73db22c652ffe37d2887eece78fdd4b7 (patch) | |
| tree | 9f42e58296c2ddfd257bf5b0e35faa81a1e6b27e /include/net/dn_route.h | |
| parent | 7fb54a70515c214203d1d8879941c3f444bf298b (diff) | |
[DECNET]: New autoconfiguration code for 2.5
Diffstat (limited to 'include/net/dn_route.h')
| -rw-r--r-- | include/net/dn_route.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/dn_route.h b/include/net/dn_route.h index 16686ea1e968..5ad620b3623f 100644 --- a/include/net/dn_route.h +++ b/include/net/dn_route.h @@ -96,7 +96,7 @@ static inline void dn_rt_send(struct sk_buff *skb) dev_queue_xmit(skb); } -static inline void dn_rt_finish_output(struct sk_buff *skb, char *dst) +static inline void dn_rt_finish_output(struct sk_buff *skb, char *dst, char *src) { struct net_device *dev = skb->dev; @@ -104,7 +104,7 @@ static inline void dn_rt_finish_output(struct sk_buff *skb, char *dst) dst = NULL; if (!dev->hard_header || (dev->hard_header(skb, dev, ETH_P_DNA_RT, - dst, NULL, skb->len) >= 0)) + dst, src, skb->len) >= 0)) dn_rt_send(skb); else kfree_skb(skb); |
