commit | b2e7771e556917cc301a3308561f49b2b2272c07 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Sep 26 15:19:39 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:53:12 2007 -0700 |
tree | b80ba2b75a78c87d7fcc5f444cb0accae00d8670 | |
parent | 5b2812e925c8e976852867f8d760637c5926d817 [diff] |
[PATCH] mac80211: pass frames to monitor interfaces early This makes mac80211 pass all frames to monitor interfaces early before all receive processing with the benefit that only a single copy needs to be made, all monitors can receive clones of the skb and if the frame will be discarded we don't even need to make a single copy. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>