From: Felix Fietkau Date: Tue, 8 Apr 2014 21:44:26 +0000 (+0200) Subject: ath9k: fix a scheduling while atomic bug in CSA handling X-Git-Tag: v3.15-rc1~8^2~8^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5869e795e07ded955744ab99765d0f183f825f97;p=pandora-kernel.git ath9k: fix a scheduling while atomic bug in CSA handling Commit "ath9k: prepare for multi-interface CSA support" added a call to ieee80211_iterate_active_interfaces in atomic context (beacon tasklet), which is crashing. Use ieee80211_iterate_active_interfaces_atomic instead. Signed-off-by: Felix Fietkau Signed-off-by: John W. Linville --- Reading git-diff-tree failed