patch-2.3.14 linux/net/x25/x25_dev.c
Next file: linux/net/x25/x25_link.c
Previous file: linux/net/x25/af_x25.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Aug 18 11:38:49 1999
- Orig file:
v2.3.13/linux/net/x25/x25_dev.c
- Orig date:
Thu Jul 8 15:42:21 1999
diff -u --recursive --new-file v2.3.13/linux/net/x25/x25_dev.c linux/net/x25/x25_dev.c
@@ -94,7 +94,7 @@
return 0;
}
-int x25_lapb_receive_frame(struct sk_buff *skb, struct device *dev, struct packet_type *ptype)
+int x25_lapb_receive_frame(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype)
{
struct x25_neigh *neigh;
int queued;
@@ -141,7 +141,7 @@
}
}
-int x25_llc_receive_frame(struct sk_buff *skb, struct device *dev, struct packet_type *ptype)
+int x25_llc_receive_frame(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype)
{
struct x25_neigh *neigh;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)