patch-2.3.14 linux/net/ax25/ax25_in.c
Next file: linux/net/ax25/ax25_ip.c
Previous file: linux/net/ax25/ax25_iface.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Aug 18 11:38:48 1999
-  Orig file: 
v2.3.13/linux/net/ax25/ax25_in.c
-  Orig date: 
Fri Dec 18 13:56:21 1998
diff -u --recursive --new-file v2.3.13/linux/net/ax25/ax25_in.c linux/net/ax25/ax25_in.c
@@ -213,7 +213,7 @@
 	return queued;
 }
 
-static int ax25_rcv(struct sk_buff *skb, struct device *dev, ax25_address *dev_addr, struct packet_type *ptype)
+static int ax25_rcv(struct sk_buff *skb, struct net_device *dev, ax25_address *dev_addr, struct packet_type *ptype)
 {
 	struct sock *make;
 	struct sock *sk;
@@ -469,7 +469,7 @@
 /*
  *	Receive an AX.25 frame via a SLIP interface.
  */
-int ax25_kiss_rcv(struct sk_buff *skb, struct device *dev, struct packet_type *ptype)
+int ax25_kiss_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype)
 {
 	skb->sk = NULL;		/* Initially we don't know who it's for */
 	skb->destructor = NULL;	/* Who initializes this, dammit?! */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)