Skip to content

Commit

Permalink
[PATCH] mac80211: pass frames to monitor interfaces early
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
  • Loading branch information
jmberg authored and David S. Miller committed Oct 10, 2007
1 parent 5b2812e commit b2e7771
Showing 1 changed file with 226 additions and 124 deletions.
Loading

0 comments on commit b2e7771

Please sign in to comment.