patch-2.3.45 linux/drivers/net/pcmcia/wavelan_cs.h

Next file: linux/drivers/net/pcmcia/xirc2ps_cs.c
Previous file: linux/drivers/net/pcmcia/wavelan_cs.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.44/linux/drivers/net/pcmcia/wavelan_cs.h linux/drivers/net/pcmcia/wavelan_cs.h
@@ -550,6 +550,7 @@
  */
 struct net_local
 {
+  spinlock_t	lock;
   dev_node_t 	node;		/* ???? What is this stuff ???? */
   device *	dev;		/* Reverse link... */
   dev_link_t *	link;		/* pcmcia structure */
@@ -609,10 +610,6 @@
 #endif	/* WAVELAN_ROAMING */
 
 /* ----------------------- MISC SUBROUTINES ------------------------ */
-static inline unsigned long	/* flags */
-	wv_splhi(void);		/* Disable interrupts */
-static inline void
-	wv_splx(unsigned long);	/* ReEnable interrupts : flags */
 static void
 	cs_error(client_handle_t, /* Report error to cardmgr */
 		 int,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)