On Sonntag, 5. November 2017 10:22:22 CET Sebastian Gottschall wrote: > the assumption made in this patch is obviously wrong (at least for more > recent firmwares and 9984) > my log is flooded with messages like > [208802.803537] ath10k_pci 0001:03:00.0: Invalid VHT mcs 15 peer stats > [208805.108515] ath10k_pci 0001:03:00.0: Invalid VHT mcs 15 peer stats > [208821.747621] ath10k_pci 0001:03:00.0: Invalid VHT mcs 15 peer stats > [208822.516599] ath10k_pci 0001:03:00.0: Invalid VHT mcs 15 peer stats > [208841.257780] ath10k_pci 0001:03:00.0: Invalid VHT mcs 15 peer stats > > > i tested this with the 10.4.3.5-0038 firmware which isnt official > published but made from athwlan.bin i got from qca chipcode Hm, yes there is most likely something wrong. But not sure whether this patch is actually the culprit. It looks to me like this would also be reported the same way without the patch. cec17c382140 ("ath10k: add per peer htt tx stats support for 10.4") seems to be your problem, right? This patch only splits WMI_RATE_PREAMBLE_HT & WMI_RATE_PREAMBLE_VHT. And for WMI_RATE_PREAMBLE_HT (*not VHT*), it uses a slightly different approach. But the WMI_RATE_PREAMBLE_VHT part (which you see in your logs) is basically untouched. Kind regards, Sven
Attachment:
signature.asc
Description: This is a digitally signed message part.