From: Johannes Berg Date: Wed, 26 Sep 2007 13:19:39 +0000 (+0200) Subject: [PATCH] mac80211: pass frames to monitor interfaces early X-Git-Tag: v2.6.24-rc1~1454^2~302 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2e7771e556917cc301a3308561f49b2b2272c07;p=pandora-kernel.git [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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed