Files
linux/drivers
Sebastian Gottschall 03e91058b2 ath10k: Fix tx hanging
[ Upstream commit e8a91863eb ]

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 <s.gottschall@dd-wrt.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20210505085806.11474-1-s.gottschall@dd-wrt.com
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-01-27 09:04:25 +01:00
..
2021-07-20 16:15:55 +02:00
2021-11-26 11:35:59 +01:00
2021-01-17 14:04:22 +01:00
2022-01-27 09:04:20 +01:00
2022-01-27 09:04:25 +01:00
2020-12-30 11:26:04 +01:00
2019-07-26 09:14:05 +02:00
2020-02-24 08:34:47 +01:00