diff options
author | 2021-06-29 13:28:53 +0200 | |
---|---|---|
committer | 2021-07-23 10:34:00 +0200 | |
commit | 1a7915501ca94a1f10288defe333cd5ade210b63 (patch) | |
tree | c5b5e5d78213b1abbcae65a73cd3ec6c2a272df4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mac80211: Do not strip skb headroom on monitor frames (diff) | |
download | wireguard-linux-1a7915501ca94a1f10288defe333cd5ade210b63.tar.xz wireguard-linux-1a7915501ca94a1f10288defe333cd5ade210b63.zip |
mac80211: fix starting aggregation sessions on mesh interfaces
The logic for starting aggregation sessions was recently moved from minstrel_ht
to mac80211, into the subif tx handler just after the sta lookup.
Unfortunately this didn't work for mesh interfaces, since the sta lookup is
deferred until a much later point in time on those.
Fix this by also calling the aggregation check right after the deferred sta
lookup.
Fixes: 08a46c642001 ("mac80211: move A-MPDU session check from minstrel_ht to mac80211")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Link: https://lore.kernel.org/r/20210629112853.29785-1-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions