[ETH]: Make eth_type_trans set skb->dev like the other *_type_trans

One less thing for drivers writers to worry about.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
这个提交包含在:
Arnaldo Carvalho de Melo
2007-04-25 17:40:23 -07:00
提交者 David S. Miller
父节点 029720f15d
当前提交 4c13eb6657
修改 165 个文件,包含 15 行新增230 行删除

查看文件

@@ -214,8 +214,6 @@ hysdn_rx_netpkt(hysdn_card * card, unsigned char *buf, unsigned short len)
lp->stats.rx_dropped++;
return;
}
skb->dev = &lp->netdev;
/* copy the data */
memcpy(skb_put(skb, len), buf, len);