mac80211: drop control frames after processing
authorJohannes Berg <johannes@sipsolutions.net>
Sun, 30 May 2010 12:53:43 +0000 (14:53 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 3 Jun 2010 18:10:45 +0000 (14:10 -0400)
commit08daecaead42b85b69b33d7d8429a93dfbf75b58
tree920dce6666547bcf07ae6aad203e162a8ada9411
parente0961f112cd88176acc6d1af6ca6352f85cdf993
mac80211: drop control frames after processing

After ieee80211_rx_h_ctrl() processing we only
want to process management (including action)
frames, so there's no point in letting control
frames continue.

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