Commit 3fc85e7
ath10k: fix retry packets update in station dump
[ Upstream commit 67b927f ]
When tx status enabled, retry count is updated from tx completion status.
which is not working as expected due to firmware limitation where
firmware can not provide per MSDU rate statistics from tx completion
status. Due to this tx retry count is always 0 in station dump.
Fix this issue by updating the retry packet count from per peer
statistics. This patch will not break on SDIO devices since, this retry
count is already updating from peer statistics for SDIO devices.
Tested-on: QCA9984 PCI 10.4-3.6-00104
Tested-on: QCA9882 PCI 10.2.4-1.0-00047
Signed-off-by: Venkateswara Naralasetty <vnaralas@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1591856446-26977-1-git-send-email-vnaralas@codeaurora.org
Signed-off-by: Sasha Levin <sashal@kernel.org>1 parent 2178d10 commit 3fc85e7
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3583 | 3583 | | |
3584 | 3584 | | |
3585 | 3585 | | |
3586 | | - | |
3587 | 3586 | | |
3588 | | - | |
3589 | | - | |
| 3587 | + | |
| 3588 | + | |
3590 | 3589 | | |
3591 | 3590 | | |
| 3591 | + | |
| 3592 | + | |
| 3593 | + | |
3592 | 3594 | | |
3593 | 3595 | | |
3594 | 3596 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8542 | 8542 | | |
8543 | 8543 | | |
8544 | 8544 | | |
8545 | | - | |
8546 | | - | |
8547 | 8545 | | |
8548 | 8546 | | |
8549 | 8547 | | |
8550 | 8548 | | |
| 8549 | + | |
| 8550 | + | |
| 8551 | + | |
8551 | 8552 | | |
8552 | 8553 | | |
8553 | 8554 | | |
| |||
0 commit comments