patch-2.4.3 linux/drivers/net/rclanmtl.h

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

diff -u --recursive --new-file v2.4.2/linux/drivers/net/rclanmtl.h linux/drivers/net/rclanmtl.h
@@ -97,7 +97,7 @@
 typedef void (*PFNTXCALLBACK)(U32  Status,
                               U16  PcktCount,
                               PU32 BufferContext,
-                              U16  AdaterID);
+                              struct net_device *);
 
  /* 
  ** type PFNRXCALLBACK 
@@ -445,7 +445,7 @@
  /*
  ** Disable and Enable I2O interrupts.  I2O interrupts are enabled at Init time
  ** but can be disabled and re-enabled through these two function calls.
- ** Packets will still be put into any posted recieved buffers and packets will
+ ** Packets will still be put into any posted received buffers and packets will
  ** be sent through RCI2OSendPacket() functions.  Disabling I2O interrupts
  ** will prevent hardware interrupt to host even though the outbound I2O msg
  ** queue is not emtpy.

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