commit | 633257d3db547e7553500f05e0aa2692c876d7a5 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Fri May 23 18:14:02 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 28 16:43:45 2008 -0400 |
tree | 8c70d9d4cef50523eb3439d72a23e8242ae8a130 | |
parent | f06a0f486dc8bbe8808f46b81fbfd73241529fae [diff] |
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 <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>