commit | b9ada65d97be58d82941f23dce5adde0d0eec61a | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Oct 16 15:44:46 2013 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Oct 16 15:44:46 2013 +0300 |
tree | 8ea0d957d21c460dfd41418cfb234f34b653dac4 | |
parent | 588490cf65063ce5f307116163af0bcfb69d7f56 [diff] |
ath10k: fix ath10k_bss_assoc() to not sleep in atomic context ath10k_bss_assoc() was calling ath10k_peer_assoc(), which can sleep, under atomic rcu_read_lock() and causing scheduing while atomic errors. Workaround that by delaying the call to ath10k_wmi_peer_assoc(). Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>