On 6/11/20 8:20 AM, Venkateswara Naralasetty wrote: > 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. > > HW used: QCA9984 > FW version: 10.4-3.6-00104 Thanks a lot for this patch! I tested it on the following HW, where it also works. HW: QCA9882 FW: 10.2.4-1.0-00047 Markus