qcacmn: Assign ldpc from ppdu info and non-amsdu counter increment
Update ppdu rx stats ldpc value into cdp rx indication structure Also, increment non-amsdu counter for peer/vdev/pdev level stats Change-Id: I252b71756db7019c5a6d60eeebf9f0c782266e34
このコミットが含まれているのは:
@@ -2565,6 +2565,7 @@ static void dp_tx_update_peer_stats(struct dp_peer *peer,
|
||||
DP_STATS_INCC(peer, tx.ofdma, 1, ts->ofdma);
|
||||
|
||||
DP_STATS_INCC(peer, tx.amsdu_cnt, 1, ts->msdu_part_of_amsdu);
|
||||
DP_STATS_INCC(peer, tx.non_amsdu_cnt, 1, !ts->msdu_part_of_amsdu);
|
||||
|
||||
if (!(soc->process_tx_status))
|
||||
return;
|
||||
|
新しいイシューから参照
ユーザーをブロックする