On Tue, 2017-05-30 at 16:10 +0200, Johannes Berg wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > 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. Previous patch is this: https://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git/commit/?id=7a7c0a6438b8e7636d5a22e572892cc234f68297 I can't test this (don't have ath10k easily testable), so testing would be appreciated. johannes