mac80211: fix regression in SSN handling of addba tx
authorFelix Fietkau <nbd@nbd.name>
Wed, 24 Nov 2021 09:45:28 +0000 (10:45 +0100)
committerFelix Fietkau <nbd@nbd.name>
Wed, 24 Nov 2021 14:39:34 +0000 (15:39 +0100)
commitddd977fcc5838eb6bfb6cb9dad99dfe09a8ff67e
tree62f2598b2e9e23110f45938a7064e2efce6ce587
parent398cbb76fa88f2d5dcc05b0ecc24ced1bbcad9ca
mac80211: fix regression in SSN handling of addba tx

Some drivers that do their own sequence number allocation (e.g. ath9k, mwlwifi) rely
on being able to modify params->ssn on starting tx ampdu sessions.
This was broken by a change that modified it to use sta->tid_seq[tid] instead.

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/kernel/mac80211/patches/subsys/305-mac80211-fix-regression-in-SSN-handling-of-addba-tx.patch [new file with mode: 0644]