]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: filter on monitor interfaces based on configured channel
authorFelix Fietkau <nbd@nbd.name>
Wed, 9 Oct 2024 08:25:52 +0000 (10:25 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 23 Oct 2024 14:46:34 +0000 (16:46 +0200)
commitf92e0cf19ae0fd08e7b60f24d27a5819d8d949ba
treec4866304b26073914db4371cf362e4440b0fc9b8
parent342afe693ee765a215343fe1a1af0d6c8b8e10a3
wifi: mac80211: filter on monitor interfaces based on configured channel

When a monitor interface has an assigned channel (only happens with the
NO_VIRTUAL_MONITOR feature), only pass packets received on that channel.
This is useful for monitoring on multiple channels at the same time using
multiple monitor interfaces.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://patch.msgid.link/1bbe55107ba0f2e62ea90f305faeb7ba9247ef29.1728462320.git-series.nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c