mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
print new stats for cts burst extension logic
This commit is contained in:
parent
43e9cf7c9e
commit
211faaafa9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144349
@ -125,6 +125,8 @@ printstats(FILE *fd, const struct ath_stats *stats)
|
||||
STAT(tx_shortpre, "tx frames with short preamble");
|
||||
STAT(tx_altrate, "tx frames with an alternate rate");
|
||||
STAT(tx_protect, "tx frames with 11g protection");
|
||||
STAT(tx_ctsburst, "tx frames with 11g protection and bursting");
|
||||
STAT(tx_ctsext, "tx frames with 11g cts protection extended for bursting");
|
||||
STAT(rx_nombuf, "rx setup failed 'cuz no mbuf");
|
||||
STAT(rx_busdma, "rx setup failed for dma resrcs");
|
||||
STAT(rx_orn, "rx failed 'cuz of desc overrun");
|
||||
|
Loading…
Reference in New Issue
Block a user