From: Kalle Valo Date: Thu, 21 Jul 2011 07:04:54 +0000 (+0300) Subject: ath6kl: fix atomicity in ath6kl_cfg80211_scan_node() X-Git-Tag: v3.2-rc1~129^2~422^2^2~19^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf104c2a207f550d9c3b8f8bcf73cb11765692f6;p=pandora-kernel.git ath6kl: fix atomicity in ath6kl_cfg80211_scan_node() ath6kl_cfg80211_scan_node() was calling cfg80211_inform_bss_frame() with CFP_KERNEL but the function is executed with a spin lock taken. This is wrong and the function must use GFP_ATOMIC instead. Signed-off-by: Kalle Valo --- Reading git-diff-tree failed