]> git.baikalelectronics.ru Git - kernel.git/commit
ath6kl: fix atomicity in ath6kl_cfg80211_scan_node()
authorKalle Valo <kvalo@qca.qualcomm.com>
Thu, 21 Jul 2011 07:04:54 +0000 (10:04 +0300)
committerKalle Valo <kvalo@qca.qualcomm.com>
Tue, 9 Aug 2011 16:45:22 +0000 (19:45 +0300)
commit755ae1dcad15e6daeb4a5ebd37fd9c892042d66b
treed6c011e044a2cf5a85cdbad9ddf6476e4050cc5e
parent167b630614d05b9f80b5115ff8cd127a768ffd0a
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 <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c