]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitac5f4d2b14da721ff02e69bcd71c023874e0f5be
tree1f704be2e91470d6bd29ae5c88c21034aa8e4ebb
parent6198979172cb149b4fc633ff41bd6e09eee9e7ba
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