diff options
| author | Sebastian Gottschall <[email protected]> | 2021-05-05 15:58:06 +0700 |
|---|---|---|
| committer | Kalle Valo <[email protected]> | 2021-12-08 10:38:03 +0200 |
| commit | e8a91863eba3966a447d2daa1526082d52b5db2a (patch) | |
| tree | 647c313e8bcf1d55343868432c142bf5c7d02683 /tools/perf/scripts/python/net_dropmonitor.py | |
| parent | dec05cdf78af93d5bf338171aa3bc3e1755f3f4c (diff) | |
ath10k: Fix tx hanging
While running stress tests in roaming scenarios (switching ap's every 5
seconds, we discovered a issue which leads to tx hangings of exactly 5
seconds while or after scanning for new accesspoints. We found out that
this hanging is triggered by ath10k_mac_wait_tx_complete since the
empty_tx_wq was not wake when the num_tx_pending counter reaches zero.
To fix this, we simply move the wake_up call to htt_tx_dec_pending,
since this call was missed on several locations within the ath10k code.
Signed-off-by: Sebastian Gottschall <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions