opnsense-src/sys/compat/linuxkpi
Bjoern A. Zeeb fa4e425794 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.

Fixes:		0936c648ad
PR:		274382 (possibly)
MFC after:	1 day
Reviewed by:	emaste
Differential Revision: https://reviews.freebsd.org/D43909
2024-02-16 15:50:11 +00:00
..
common LinuxKPI: 802.11: lsta txq locking cleanup 2024-02-16 15:50:11 +00:00
dummy/include LinuxKPI: Add linux/ioport.h header 2023-12-24 11:20:00 +03:00