commit | 127f60bfa98f30f7f47ae362b9807f0d223cbcc2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Apr 13 15:50:27 2017 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Apr 25 21:43:37 2017 +0200 |
tree | 0cff37c1725ac7a0ab006cb68f1edd0b5e7d2c70 | |
parent | cd50ac0f31d111cf6c2a7b953a67703d5522ef55 [diff] |
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: Johannes Berg <johannes.berg@intel.com>