summaryrefslogtreecommitdiff
path: root/drivers/sfi
diff options
context:
space:
mode:
authorSara Sharon <sara.sharon@intel.com>2016-02-28 20:28:17 +0200
committerLuca Coelho <luciano.coelho@intel.com>2016-05-10 22:14:42 +0300
commit0690405fef290c3ae9bf466d603731b2ba478053 (patch)
tree025cb08d77df59cce0a5aafb139922c1e4298c6e /drivers/sfi
parentb915c10174fb7df533b7928046129c8f626cca42 (diff)
iwlwifi: mvm: add reorder timeout per frame
Add a timer in order to release expired frames from the reorder buffer. This is needed since some APs do not retransmit frames to fill in the reorder holes and in TCP it results with a complete stall of traffic. This has a few side effects on the general design: The nssn may not reflect the the head of the reorder buffer. This situation is valid, and packets with SN lower than the reorder buffer head will be dropped. Another side effect is that since the reorder timer might expire we need to lock the reorder buffer. This however is fine since the locking is only inside a single reorder buffer between RX path and reorder timeout and there is no outside contention. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
Diffstat (limited to 'drivers/sfi')
0 files changed, 0 insertions, 0 deletions