commit | cf104c2a207f550d9c3b8f8bcf73cb11765692f6 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Thu Jul 21 10:04:54 2011 +0300 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Aug 09 19:45:22 2011 +0300 |
tree | d6c011e044a2cf5a85cdbad9ddf6476e4050cc5e | |
parent | b2c76bbe005cd23dfd80fe2140bd18daf4d3b16a [diff] |
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>