]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: manage RX BA session offload without SKB queue
authorJohannes Berg <johannes.berg@intel.com>
Tue, 30 May 2017 14:34:46 +0000 (16:34 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 8 Jun 2017 12:16:29 +0000 (14:16 +0200)
commit5ccf15d8a32c6da441671dda02e607cb67f8efb2
tree2b2c65bc87e76a39f77310c93f6b6ea6fd66e9e6
parentc74206d72822bc34891a2fb7a61c07629f3417d1
mac80211: manage RX BA session offload without SKB queue

Instead of using the SKB queue with the fake pkt_type for the
offloaded RX BA session management, also handle this with the
normal aggregation state machine worker. This also makes the
use of this more reliable since it gets rid of the allocation
of the fake skb.

Combined with the previous patch, this finally allows us to
get rid of the pkt_type hack entirely, so do that as well.

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