]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix rx reordering with non explicit / psmp ack policy
authorFelix Fietkau <nbd@nbd.name>
Wed, 20 Apr 2022 10:50:38 +0000 (12:50 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 4 May 2022 09:33:23 +0000 (11:33 +0200)
commit5a722147e1f1907d12e6c8d0db7b59adfcec339b
tree7b8dc40a6b7733d38cf926b030d867b7eb96bd5b
parent2293c333e24558d5189daacd72f572edf0d9c678
mac80211: fix rx reordering with non explicit / psmp ack policy

When the QoS ack policy was set to non explicit / psmp ack, frames are treated
as not being part of a BA session, which causes extra latency on reordering.
Fix this by only bypassing reordering for packets with no-ack policy

Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20220420105038.36443-1-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/rx.c