mac80211: use netif_receive_skb in ieee80211_rx callpath
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 24 Jun 2010 18:25:56 +0000 (14:25 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 28 Jun 2010 19:14:51 +0000 (15:14 -0400)
commit5548a8a1138c96e3e6f803c9f2c1f9389c2f0ee6
tree50e41fdf1df846843713694d8dd51ad431c4620b
parent679db794679baae96ce0a2257daaeaedef4e8352
mac80211: use netif_receive_skb in ieee80211_rx callpath

This avoids the extra queueing from calling netif_rx.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/rx.c