[Bug 274382] iwlwifi Invalid TXQ id
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 274382] iwlwifi Invalid TXQ id"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 Feb 2024 16:10:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274382
--- Comment #46 from commit-hook@FreeBSD.org ---
A commit in branch releng/13.3 references this bug:
URL:
https://cgit.FreeBSD.org/src/commit/?id=401dbf9cfc0cfb2a02355d41bf73e146bd3dfb74
commit 401dbf9cfc0cfb2a02355d41bf73e146bd3dfb74
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2024-02-14 21:56:48 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2024-02-19 16:09:22 +0000
LinuxKPI: 802.11: lsta txq locking cleanup
Rename the LSTA lock to LSTA_TXQ lock as that is really what it is and
put down the full set of macros. Replace the init and destroy with the
macro invocation rather than direct code.
Put locking around the txq_ready unset and check. Move the taskq_enqueue
call under lock to be sure we do not call it anymore after txq_ready
got unset.
Leave a comment related to the node reference which is passed into the
TX path on the recvif mbuf pointer.
Approved by: re (cperciva)
Fixes: 0936c648ad0ee
PR: 274382 (possibly)
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D43909
(cherry picked from commit fa4e4257943650c0b5f58c01bb0bdfadea61dfb2)
(cherry picked from commit 763b10806cd4ebdcbd2b6753d4f50ec088dc57fb)
sys/compat/linuxkpi/common/src/linux_80211.c | 31 ++++++++++++++++++----------
sys/compat/linuxkpi/common/src/linux_80211.h | 14 +++++++++++--
2 files changed, 32 insertions(+), 13 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.