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

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)