devices/ccat/netdev.c
branchstable-1.5
changeset 2573 ad9a35065387
parent 2572 0bc1ec2711b1
child 2574 99ef4dcaba0f
--- a/devices/ccat/netdev.c	Thu Jun 05 17:27:16 2014 +0200
+++ b/devices/ccat/netdev.c	Thu Jun 05 17:41:48 2014 +0200
@@ -432,7 +432,7 @@
 	storage->rx_bytes = atomic64_read(&priv->rx_bytes);	/* total bytes received         */
 	storage->tx_bytes = atomic64_read(&priv->tx_bytes);	/* total bytes transmitted      */
 	storage->rx_errors = mac.frame_len_err + mac.rx_mem_full + mac.crc_err + mac.rx_err;	/* bad packets received         */
-	storage->tx_errors = mac.tx_mem_full; /* packet transmit problems     */
+	storage->tx_errors = mac.tx_mem_full;	/* packet transmit problems     */
 	storage->rx_dropped = atomic64_read(&priv->rx_dropped);	/* no space in linux buffers    */
 	storage->tx_dropped = atomic64_read(&priv->tx_dropped);	/* no space available in linux  */
 	//TODO __u64    multicast;              /* multicast packets received   */