qcacmn: Update MPDU retries in case of successful transmission
In case of successful transmission If MPDU tx is retried more than the threshold then increment MPDU retry count by transmit_cnt / threshold Change-Id: Idbc7e2d0579ff68e272132fe4ffe9f951c4aacf5 CRs-Fixed: 3058464
This commit is contained in:

کامیت شده توسط
Madan Koyyalamudi

والد
70ade22606
کامیت
9cf3f44770
@@ -1377,6 +1377,8 @@ static inline void dp_update_vdev_stats(struct dp_soc *soc,
|
||||
tgtobj->tx.dropped.fw_reason3 +=
|
||||
srcobj->stats.tx.dropped.fw_reason3;
|
||||
tgtobj->tx.dropped.age_out += srcobj->stats.tx.dropped.age_out;
|
||||
tgtobj->tx.mpdu_success_with_retries +=
|
||||
srcobj->stats.tx.mpdu_success_with_retries;
|
||||
tgtobj->rx.err.mic_err += srcobj->stats.rx.err.mic_err;
|
||||
if (srcobj->stats.rx.snr != 0)
|
||||
tgtobj->rx.snr = srcobj->stats.rx.snr;
|
||||
|
مرجع در شماره جدید
Block a user