Created attachment 230865 [details] patch Fix typo in linux_80211.c: quuees -> queues It shows up in messages like this: iwlwifi0: lkpi_sta_scan_to_auth: waiting for 5 quuees to be allocated by driver
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=312ba38a9bee9510fb7836997b1360d95b9305d8 commit 312ba38a9bee9510fb7836997b1360d95b9305d8 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2022-01-10 18:08:17 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2022-01-10 18:08:17 +0000 LinuxKPI: 802.11 correctly spell queues PR: 261078 MFC after: 3 days Sponsored by: The FreeBSD Foundation sys/compat/linuxkpi/common/src/linux_80211.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks for the report and patch. I'll MFC in a few days.
A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=a22fd093431fb345bc6c77a3716d180792246fd0 commit a22fd093431fb345bc6c77a3716d180792246fd0 Author: Ruslan Makhmatkhanov <rm@FreeBSD.org> AuthorDate: 2022-01-10 18:08:17 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2022-01-16 22:39:37 +0000 LinuxKPI: 802.11 correctly spell queues PR: 261078 Sponsored by: The FreeBSD Foundation (cherry picked from commit 312ba38a9bee9510fb7836997b1360d95b9305d8) sys/compat/linuxkpi/common/src/linux_80211.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)