commit | 8cb0d28d85561cd38dd23e7f862c365e8b433796 | [log] [tgz] |
---|---|---|
author | Vevek Venkatesan <vevekv@codeaurora.org> | Wed Mar 18 22:30:46 2020 +0530 |
committer | nshrivas <nshrivas@codeaurora.org> | Tue Mar 24 16:19:17 2020 -0700 |
tree | 173778620535c38ad7402a07899e9162e0332f94 | |
parent | 9e19406010196fe7d2c02167d58343f4b828887f [diff] |
qcacmn: add synchronous timer stop to avoid race condition Change the qdf_timer_stop to qdf_timer_sync_cancel (synchronized timer stop), so it can wait till previous handler is completed and then stop/delete the timer, to avoid race condition. Also, call this qdf_timer_sync_cancel in dp_vdev_detach_wifi3, to be symmetry with timer start in dp_vdev_attach_wifi3. Change-Id: I3e975554b5492ccfc684ffe8b021c62ef39bf4d7 CRs-Fixed: 2644432