opnsense-src/sys/compat/linuxkpi/common
Bjoern A. Zeeb f086acca04 LinuxKPI: 802.11: avoid using an mbuf tag for now
We are using an mbuf tag to carry the ni reference in the TX path
from the TX function past the taskq along with the mbuf.
Contrary to initial assumptions we only need the ni and no other data
so attach the ni to m->m_pkthdr.PH_loc.ptr avoiding the extra allcation.

Sponsored by:	The FreeBSD Foundation

(cherry picked from commit dbae3dcff72f53abe6874466baea78f552b3a316)
2025-04-18 14:36:03 +00:00
..
include LinuxKPI: 802.11: more fields moved from vif to bss_conf 2025-04-18 14:36:00 +00:00
src LinuxKPI: 802.11: avoid using an mbuf tag for now 2025-04-18 14:36:03 +00:00