Some WMI calls were made in atomic contex, these patches fix those. Please review. --- Kalle Valo (2): ath10k: fix ath10k_bss_assoc() to not sleep in atomic context ath10k: add might_sleep() to ath10k_wmi_cmd_send() Michal Kazior (5): ath10k: use workqueue to set WEP TX key ath10k: fix add_interface failure handling ath10k: track vif list internally ath10k: fix scheduling while atomic config bug ath10k: remove unnecessary checks drivers/net/wireless/ath/ath10k/core.c | 2 drivers/net/wireless/ath/ath10k/core.h | 7 + drivers/net/wireless/ath/ath10k/mac.c | 312 +++++++++++++++++--------------- drivers/net/wireless/ath/ath10k/wmi.c | 2 4 files changed, 178 insertions(+), 145 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html