From: Kalle Valo Date: Wed, 16 Oct 2013 12:44:46 +0000 (+0300) Subject: ath10k: fix ath10k_bss_assoc() to not sleep in atomic context X-Git-Tag: v3.13-rc1~105^2~55^2^2~53^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9ada65d97be58d82941f23dce5adde0d0eec61a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed