mac80211: move aMPDU RX reorder code
authorJohannes Berg <johannes@sipsolutions.net>
Wed, 25 Nov 2009 16:46:16 +0000 (17:46 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Sat, 28 Nov 2009 20:05:02 +0000 (15:05 -0500)
commit1edfb1afba2f6e4114ff09f2e3bc948fcae0c419
treefddd91f803af841550c5ab0f2035dfb638243cac
parent8c0c709eea5cbab97fb464cd68b06f24acc58ee1
mac80211: move aMPDU RX reorder code

This code should be part of RX handlers, so move it
to the place where it belongs without changing it.
A follow-up patch will do the changes to hook it up.
The sole purpose of this code move is to make the
other patch readable, it doesn't change the code at
all except that it now requires a different static
function declaration (which will go away too).

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