Skip to content
Commit 127f60bf authored by Johannes Berg's avatar Johannes Berg
Browse files

mac80211: rewrite monitor mode delivery logic



The monitor mode delivery logic makes it hard to add any
kind of filtering in an efficient way, because the monitor
SKB is created first and then passed to all interfaces.

Rewrite the logic to create the monitor SKB the first time
it's actually needed, and then keep delivering it.

Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent cd50ac0f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment