commit | 897d7fd9b5f1bee657d000b882c642541bb2ba3e | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Tue Aug 06 14:18:09 2013 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 09 15:58:15 2013 -0400 |
tree | 90932eadea3a5d68f63ef6d983ee4abfad457431 | |
parent | 73364b0c470a9c0361a389f3460357a7c7ffd75d [diff] |
ath9k: fix clearing expired A-MPDU subframes in tx completion When the tid aggregation state has been marked as inactive, free completed tx packets immediately. When a new aggregation session has not been initialized yet, the BAW checks do not recognize it as expired. Might fix potential stalls in setting up a new aggregation session. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>