diff options
author | Felix Fietkau <[email protected]> | 2021-06-29 13:28:53 +0200 |
---|---|---|
committer | Johannes Berg <[email protected]> | 2021-07-23 10:34:00 +0200 |
commit | 1a7915501ca94a1f10288defe333cd5ade210b63 (patch) | |
tree | c5b5e5d78213b1abbcae65a73cd3ec6c2a272df4 /scripts/gdb/linux/tasks.py | |
parent | ec61cd49bf566401306cfc4855bda8c08bbaa46c (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Johannes Berg <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions