]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: add support for the monitor SKIP_TX flag
authorFelix Fietkau <nbd@nbd.name>
Wed, 9 Oct 2024 08:25:50 +0000 (10:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Oct 2024 14:46:13 +0000 (16:46 +0200)
commit754905ce1a327ee3297548e132367038cc62b3d8
tree439fef67afc44cc760f1acd57e60070856bf35ff
parenta77e527b470cc38754c730bce1483711f643bb60
wifi: mac80211: add support for the monitor SKIP_TX flag

Do not pass locally sent packets to monitor interfaces with this flag set.
Skip processing tx packets on the status call entirely if no monitor
interfaces without this flag are present.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://patch.msgid.link/c327bb57ef8dadaa6a0e8e4dc2f5f99ae8123e6c.1728462320.git-series.nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/status.c