patch-2.3.14 linux/drivers/net/hamradio/6pack.h
Next file: linux/drivers/net/hamradio/Config.in
Previous file: linux/drivers/net/hamradio/6pack.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Wed Aug 18 11:38:51 1999
-  Orig file: 
v2.3.13/linux/drivers/net/hamradio/6pack.h
-  Orig date: 
Wed Apr  8 17:31:27 1998
diff -u --recursive --new-file v2.3.13/linux/drivers/net/hamradio/6pack.h linux/drivers/net/hamradio/6pack.h
@@ -70,7 +70,7 @@
 
   /* Various fields. */
   struct tty_struct	*tty;		/* ptr to TTY structure		*/
-  struct device		*dev;		/* easy for intr handling	*/
+  struct net_device		*dev;		/* easy for intr handling	*/
 
   /* These are pointers to the malloc()ed frame buffers. */
   unsigned char		*rbuff;		/* receiver buffer		*/
@@ -128,7 +128,7 @@
 #define AX25_6PACK_HEADER_LEN 0
 #define SIXPACK_MAGIC 0x5304
 
-extern int sixpack_init(struct device *dev);
+extern int sixpack_init(struct net_device *dev);
 
 #endif
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)