patch-2.1.16 linux/drivers/net/scc.c

Next file: linux/drivers/net/slip.h
Previous file: linux/drivers/net/pt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.15/linux/drivers/net/scc.c linux/drivers/net/scc.c
@@ -85,6 +85,8 @@
    		  The move to version number 3.0 reflects theses changes.
    		  You can use version 2.4a if you need a KISS TNC emulator.
 
+   961213	- Fixed for Linux networking changes.
+
    Thanks to all who contributed to this driver with ideas and bug
    reports!
    
@@ -2015,9 +2017,9 @@
 /* ----> rebuild header <---- */
 
 static int 
-scc_net_rebuild_header(void *buff, struct device *dev, unsigned long raddr, struct sk_buff *skb)
+scc_net_rebuild_header(struct sk_buff *skb)
 {
-    return ax25_rebuild_header(buff, dev, raddr, skb);
+    return ax25_rebuild_header(skb);
 }
 
 /* ----> "hard" header <---- */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov