Ticket #1445: athstats.patch.txt
| File athstats.patch.txt, 467 bytes (added by msmith@cbnco.com, 1 year ago) |
|---|
| Line | |
|---|---|
| 1 | diff -u -r1.11 athstats.c |
| 2 | --- tools/athstats.c 26 Jun 2007 12:46:29 -0000 1.11 |
| 3 | +++ tools/athstats.c 19 Jul 2007 13:18:28 -0000 |
| 4 | @@ -104,6 +104,7 @@ |
| 5 | STAT(rxorn, "recv overrun interrupts"); |
| 6 | STAT(rxeol, "recv eol interrupts"); |
| 7 | STAT(txurn, "txmit underrun interrupts"); |
| 8 | + STAT(mib, "mib interrupts"); |
| 9 | STAT(tx_mgmt, "tx management frames"); |
| 10 | STAT(tx_discard, "tx frames discarded due to queue depth"); |
| 11 | STAT(tx_invalid, "tx frames discarded due to device gone"); |
