commit | 472be00d04edccbc1ad2d79540b1e9ea99cc7c7f | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jun 09 16:45:08 2015 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Jun 09 21:38:40 2015 +0200 |
tree | aac8b53f2780d026d844cd5d206a6393052b55f8 | |
parent | c526a467671960922b5cb5fc385a1813602526bc [diff] |
mac80211: handle aggregation session timeout on fast-xmit path The conversion to the fast-xmit path lost proper aggregation session timeout handling - the last_tx wasn't set on that path and the timer would therefore incorrectly tear down the session periodically (with those drivers/rate control algorithms that have a timeout.) In case of iwlwifi, this was every 5 seconds and caused significant throughput degradation. Signed-off-by: Johannes Berg <johannes.berg@intel.com>