commit | 56b84287d14aa74823a9c290d0c5839d38365110 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Oct 16 15:44:47 2013 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Oct 16 15:44:47 2013 +0300 |
tree | 69eba83744bf1a8c3b0e7d8e1febb5f1f510efda | |
parent | b9ada65d97be58d82941f23dce5adde0d0eec61a [diff] |
ath10k: add might_sleep() to ath10k_wmi_cmd_send() ath10k_wmi_cmd_send() will now sleep if there are no credits available. To make it easier to catch callers in atomic context add might_sleep() to the function. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>