On Sun, 2016-09-04 at 18:00 +0200, Felix Fietkau wrote: > When using intermediate queues, sequence number allocation is > deferred > until dequeue. This doesn't work for PS response frames, which bypass > those queues. > Applied. This worries me a bit though - there's nothing, afaict, that guarantees that dequeue and real TX are not concurrent, and that would corrupt a number of things, no? johannes