mac80211: change ieee80211_rx_reorder_ready() arguments
authorJohannes Berg <johannes.berg@intel.com>
Thu, 28 Jan 2016 14:19:24 +0000 (16:19 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 24 Feb 2016 08:04:31 +0000 (09:04 +0100)
commitfb4ea054857ec719dba84c3b5a7c4ee50d42bd5b
tree1f704be2e91470d6bd29ae5c88c21034aa8e4ebb
parentf2ac7e301ae6397669ff3f79e691942a9b5d2f39
mac80211: change ieee80211_rx_reorder_ready() arguments

Clean up ieee80211_rx_reorder_ready() callers by passing the RX
TID struct and the index, instead of the frames list. This will
make it more extensible as well.

While at it, move the inline to rx.c as it's only used there.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/ieee80211_i.h
net/mac80211/rx.c