提交 340e8dc1 编写于 作者: D David S. Miller

atm: clip: Remove code commented out since eternity.

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 b3613118
......@@ -340,15 +340,6 @@ static netdev_tx_t clip_start_xmit(struct sk_buff *skb,
}
n = dst_get_neighbour(dst);
if (!n) {
#if 0
n = clip_find_neighbour(skb_dst(skb), 1);
if (!n) {
dev_kfree_skb(skb); /* lost that one */
dev->stats.tx_dropped++;
return 0;
}
dst_set_neighbour(dst, n);
#endif
pr_err("NO NEIGHBOUR !\n");
dev_kfree_skb(skb);
dev->stats.tx_dropped++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册