From: Ivo van Doorn Date: Fri, 23 May 2008 16:14:02 +0000 (+0200) Subject: rt2x00: Use atomic interface iteration in irq context X-Git-Tag: v2.6.26-rc5~34^2~2^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=633257d3db547e7553500f05e0aa2692c876d7a5;p=pandora-kernel.git rt2x00: Use atomic interface iteration in irq context rt2x00lib_beacondone() is called from interrupt context, this means we cannot use the mac80211 interface iterator that uses the rtnl lock (since that uses a mutex which can sleep). Instead we should use the atomic mac80211 interface iterator. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed