]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commit699cb58c8a52ff39bf659bff7971893ebe111bf2
tree2b2c65bc87e76a39f77310c93f6b6ea6fd66e9e6
parenta43e61842ec55baa486d60eed2a19af67ba78b9f
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