diff options
| author | Wen Gong <wgong@codeaurora.org> | 2020-11-05 09:33:56 +0300 |
|---|---|---|
| committer | Kalle Valo <kvalo@codeaurora.org> | 2020-11-07 10:58:03 +0300 |
| commit | 9501bc2b16b5850bcf6d87c985f1021d83cefab1 (patch) | |
| tree | a91e52971a59a6bbd3f846874defdcebb0a47d36 /tools/perf/scripts/python | |
| parent | ee06fcb98dcdc2713c83c29e9101b007a825cd7f (diff) | |
| download | linux-9501bc2b16b5850bcf6d87c985f1021d83cefab1.tar.xz | |
ath10k: cancel rx worker in hif_stop for SDIO
The rx worker of SDIO should be cancelled after disable interrupt, and
release rx sk_buff in queue, otherwise the rx worker maybe still run
after hif_stop. And it should be cancelled before napi_synchronize in
hif_stop, because the rx worker of SDIO will call napi_schedule, it
should have no napi_schedule before napi_synchronize, otherwise it
lead napi_synchronize wait untill napi_complete.
Tested-on: QCA6174 hw3.2 SDIO WLAN.RMH.4.4.1-00049
Signed-off-by: Wen Gong <wgong@codeaurora.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/1604558036-4056-1-git-send-email-wgong@codeaurora.org
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
