[PATCH] mac80211: pass frames to monitor interfaces early
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 26 Sep 2007 13:19:39 +0000 (15:19 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:53:12 +0000 (16:53 -0700)
commitb2e7771e556917cc301a3308561f49b2b2272c07
treeb80ba2b75a78c87d7fcc5f444cb0accae00d8670
parent5b2812e925c8e976852867f8d760637c5926d817
[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>
net/mac80211/rx.c