patch-2.3.14 linux/net/ethernet/pe2.c

Next file: linux/net/ipv4/arp.c
Previous file: linux/net/ethernet/eth.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/net/ethernet/pe2.c linux/net/ethernet/pe2.c
@@ -8,7 +8,7 @@
 pEII_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;
 
 	skb->protocol = htons (ETH_P_IPX);
 	if(dev->hard_header)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)