hnyman
November 24, 2021, 9:20pm
607
It was caused by a regression in upstream kernel module (mac80211), which regressions only affected some wifi drivers. nbd specified mwlwifi and ath9k in the commit message...
committed 02:39PM - 24 Nov 21 UTC
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>
The patch fixes this upstream commit:
committed 10:33AM - 24 Apr 20 UTC
We move the actual arming the timer and sending ADDBA to a function
for the use … in different places calling the same logic.
Signed-off-by: Mordechay Goodstein <mordechay.goodstein@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20200326150855.58a337eb90a1.I75934e6464535fbf43969acc796bc886291e79a5@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
5 Likes