commit | 3a73d1a6f22bf13044056543ad43b2a304ee0022 | [log] [tgz] |
---|---|---|
author | Michal Kazior <michal.kazior@tieto.com> | Thu Aug 06 14:46:54 2015 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Mon Aug 17 16:37:42 2015 +0300 |
tree | 9639542ec7b2d984748fcfde4ee72a4f3759b753 | |
parent | 94e92a7bff2317bedd67ed7c46ac63e9affb7a99 [diff] |
ath10k: wake up offchannel queue properly Once HTT Tx queue got full offchannel queue was stopped and never woken up again. This broke, e.g. P2P. This could be reproduced after running a lot of traffic enough to saturate 100% of the driver Tx queue and then trying to send offchannel traffic. Fixes: 96d828d45e16 ("ath10k: rework tx queue locking") Signed-off-by: Michal Kazior <michal.kazior@tieto.com> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>