qcacmn: Clean up TxRx statistics

Cleanup the print format for rate stats.
Add missing elements in HAL tx completion structure.

Change-Id: I57aaac605fce5060f7943b9bbe95ef8e8c2d3b7b
This commit is contained in:
Pamidipati, Vijay
2017-07-07 10:58:15 +05:30
committed by snandini
szülő 09120790f8
commit 623fbee5f9
9 fájl változott, egészen pontosan 550 új sor hozzáadva és 524 régi sor törölve

Fájl megtekintése

@@ -1215,11 +1215,11 @@ done:
&& (pkt_type == DOT11_AC)));
DP_STATS_INCC(peer, rx.pkt_type[pkt_type].
mcs_count[MAX_MCS], 1,
((mcs >= MAX_MCS)
((mcs >= (MAX_MCS-1))
&& (pkt_type == DOT11_AX)));
DP_STATS_INCC(peer, rx.pkt_type[pkt_type].
mcs_count[mcs], 1,
((mcs <= MAX_MCS)
((mcs <= (MAX_MCS-1))
&& (pkt_type == DOT11_AX)));
/*