patch-2.4.19 linux-2.4.19/drivers/net/hamradio/mkiss.h
Next file: linux-2.4.19/drivers/net/hamradio/soundmodem/sm.h
Previous file: linux-2.4.19/drivers/net/hamradio/mkiss.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Aug 2 17:39:44 2002
- Orig file:
linux-2.4.18/drivers/net/hamradio/mkiss.h
- Orig date:
Sun Dec 3 17:45:22 2000
diff -urN linux-2.4.18/drivers/net/hamradio/mkiss.h linux-2.4.19/drivers/net/hamradio/mkiss.h
@@ -31,6 +31,8 @@
/* SLIP interface statistics. */
unsigned long rx_packets; /* inbound frames counter */
unsigned long tx_packets; /* outbound frames counter */
+ unsigned long rx_bytes; /* inbound bytes counter */
+ unsigned long tx_bytes; /* outbound bytes counter */
unsigned long rx_errors; /* Parity, etc. errors */
unsigned long tx_errors; /* Planned stuff */
unsigned long rx_dropped; /* No memory for skb */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)