Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
ath10k: detect conf_mutex held ath10k_drain_tx() calls
ath10k_drain_tx() must not be called with conf_mutex held as workers can use that also. Add check to detect conf_mutex held calls. Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
- Loading branch information