patch-1.3.87 linux/drivers/net/smc9194.h

Next file: linux/drivers/net/strip.c
Previous file: linux/drivers/net/smc9194.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.86/linux/drivers/net/smc9194.h linux/drivers/net/smc9194.h
@@ -80,7 +80,7 @@
 #define	RCR		4
 #define RCR_SOFTRESET	0x8000 	/* resets the chip */	
 #define	RCR_STRIP_CRC	0x200	/* strips CRC */
-#define RCR_ENABLE	0x100	/* IFF this is set, we can recieve packets */
+#define RCR_ENABLE	0x100	/* IFF this is set, we can receive packets */
 #define RCR_ALMUL	0x4 	/* receive all multicast packets */
 #define	RCR_PROMISC	0x2	/* enable promiscuous mode */
 
@@ -227,12 +227,12 @@
 }
 
 /*----------------------------------------------------------------------
- . Define the interrupts that I want to recieve from the card
+ . Define the interrupts that I want to receive from the card
  . 
  . I want: 
  .  IM_EPH_INT, for nasty errors
- .  IM_RCV_INT, for happy recieved packets
- .  IM_RX_OVRN_INT, because I have to kick the reciever
+ .  IM_RCV_INT, for happy received packets
+ .  IM_RX_OVRN_INT, because I have to kick the receiver
  --------------------------------------------------------------------------*/
 #define SMC_INTERRUPT_MASK   (IM_EPH_INT | IM_RX_OVRN_INT | IM_RCV_INT) 
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this