patch-2.3.14 linux/net/802/p8023.c
Next file: linux/net/802/psnap.c
Previous file: linux/net/802/p8022.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Aug 18 11:38:48 1999
- Orig file:
v2.3.13/linux/net/802/p8023.c
- Orig date:
Thu Jan 2 05:13:27 1997
diff -u --recursive --new-file v2.3.13/linux/net/802/p8023.c linux/net/802/p8023.c
@@ -27,7 +27,7 @@
static void p8023_datalink_header(struct datalink_proto *dl,
struct sk_buff *skb, unsigned char *dest_node)
{
- struct device *dev = skb->dev;
+ struct net_device *dev = skb->dev;
dev->hard_header(skb, dev, ETH_P_802_3, dest_node, NULL, skb->len);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)