Re: New warning `ath10k_pci 0000:3a:00.0: not found station for peer stats`
Baochen Qiang <[email protected]>
| Newsgroups | org.infradead.lists.ath10k,org.kernel.vger.linux-wireless |
|---|---|
| Message-ID | <[email protected]> |
On 2/7/2026 1:55 PM, Paul Menzel wrote: > [Cc: +Baochen] > > Dear Linux folks, > > > Am 19.01.26 um 17:41 schrieb Paul Menzel: > >> Since January 10th, I have started seeing the warning below in my Linux logs, that reach >> back to September 24th, 2025: >> >> [ 37.108902] ath10k_pci 0000:3a:00.0: not found station for peer stats >> [ 37.108906] ath10k_pci 0000:3a:00.0: failed to parse stats info tlv: -22 >> >> It started appearing with 6.19.0-rc4-00282-gb6151c4e60e5, the version running before is >> 6.19.0-rc4-00003-g3609fa95fb0f, but I do not see anything related in the commit list: >> >> git log --oneline 3609fa95fb0f...b6151c4e60e5 >> >> The warning log from `drivers/net/wireless/ath/ath10k/wmi-tlv.c` has also been there >> since 2021. >> >> Do you have an idea? Please find the output of `dmesg` attached. > > Looking through the commit list from above again, commit a203dbeeca15 (wifi: mac80211: > collect station statistics earlier when disconnect) probably introduced the new behavior. > is this error seen when disconnecting from AP? did you try with that commit reverted? > > Kind regards, > > Paul