PERFORCE change 153313 for review

Sam Leffler sam at FreeBSD.org
Fri Nov 21 15:28:15 PST 2008


http://perforce.freebsd.org/chv.cgi?CH=153313

Change 153313 by sam at sam_ebb on 2008/11/21 23:27:27

	show last tx time as a relative value

Affected files ...

.. //depot/projects/vap/sys/dev/ath/ath_rate/sample/sample.c#24 edit

Differences ...

==== //depot/projects/vap/sys/dev/ath/ath_rate/sample/sample.c#24 (text+ko) ====

@@ -889,7 +889,7 @@
 			    sn->stats[y][rix].tries,
 			    sn->stats[y][rix].successive_failures,
 			    sn->stats[y][rix].average_tx_time,
-			    sn->stats[y][rix].last_tx);
+			    ticks - sn->stats[y][rix].last_tx);
 		}
 	}
 }


More information about the p4-projects mailing list