patch-2.1.16 linux/drivers/net/hdlcdrv.c
Next file: linux/drivers/net/mkiss.c
Previous file: linux/drivers/net/eql.c
Back to the patch index
Back to the overall index
-  Lines: 22
-  Date:
Sat Dec 14 13:40:12 1996
-  Orig file: 
v2.1.15/linux/drivers/net/hdlcdrv.c
-  Orig date: 
Tue Nov 19 15:53:56 1996
diff -u --recursive --new-file v2.1.15/linux/drivers/net/hdlcdrv.c linux/drivers/net/hdlcdrv.c
@@ -29,6 +29,7 @@
  *  History:
  *   0.1  21.09.96  Started
  *        18.10.96  Changed to new user space access routines (copy_{to,from}_user)
+ *	  13.12.96  Fixed for Linux networking changes. (JSN)
  */
 
 /*****************************************************************************/
@@ -737,11 +738,9 @@
  * Rebuild the MAC-level header
  */
 
-static int hdlcdrv_rebuild_header(void *buff, struct device *dev,
-				 unsigned long raddr,
-				 struct sk_buff *skb)
+static int hdlcdrv_rebuild_header(struct sk_buff *skb)
 {
-        return ax25_rebuild_header(buff, dev, raddr, skb);
+        return ax25_rebuild_header(skb);
 }
 #endif /* CONFIG_AX25 */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov