]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
wifi: mac80211: add a TXQ for management frames on NAN devices
authorBenjamin Berg <benjamin.berg@intel.com>
Thu, 26 Mar 2026 10:14:31 +0000 (12:14 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 7 Apr 2026 13:36:02 +0000 (15:36 +0200)
commit7f0de94ef44653764fa2fb8548b1253f0554f213
tree0003d2a5613f9ce25b81eb7968b11be7db4873cf
parent8ffb33d7709b59ff60560f48960a73bd8a55be95
wifi: mac80211: add a TXQ for management frames on NAN devices

Currently there is no TXQ for non-data frames. Add a new txq_mgmt for
this purpose and create one of these on NAN devices. On NAN devices,
these frames may only be transmitted during the discovery window and it
is therefore helpful to schedule them using a queue.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20260326121156.32eddd986bd2.Iee95758287c276155fbd7779d3f263339308e083@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/mac80211.h
net/mac80211/iface.c
net/mac80211/tx.c
net/mac80211/util.c