Quick question: Is there a simple way to extract some per AC stats from ath10K?
For ath9K the following works:
root@turris:~# cat /sys/kernel/debug/ieee80211/phy1/ath9k/xmit
BE BK VI VO
MPDUs Queued: 17592 27 242 434014
MPDUs Completed: 307212 59 199 435288
MPDUs XRetried: 6084 0 78 1034
Aggregates: 11477580 178 1493 0
AMPDUs Queued HW: 0 0 0 0
AMPDUs Completed: 113013059 2511 30838 0
AMPDUs Retried: 11172087 48 1860 0
AMPDUs XRetried: 26587 0 227 0
TXERR Filtered: 2847 0 6 1
FIFO Underrun: 0 0 0 0
TXOP Exceeded: 0 0 0 0
TXTIMER Expiry: 0 0 0 0
DESC CFG Error: 0 0 0 0
DATA Underrun: 0 0 0 0
DELIM Underrun: 0 0 0 0
TX-Pkts-All: 113352942 2570 31342 436322
TX-Bytes-All: 749970768 1834235 28708511 90088314
HW-put-tx-buf: 252 16 41 259
HW-tx-start: 30583175 2097 20661 436322
HW-tx-proc-desc: 30592420 2097 20661 436313
TX-Failed: 0 0 0 0
I am looking for something comparable for ath10K, so if anybody has any pointers, I would be grateful.