commit | e44df9296a8ab9d9160e230d68a1b01015c94e93 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sun Feb 10 22:50:04 2008 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 29 15:37:19 2008 -0500 |
tree | 5a9d6a617b61bc8cef0085062c926d1958495be1 | |
parent | 21795094e2b71b4b11bfb468321046c1336cef69 [diff] |
rt2x00: Fix scheduling while atomic errors in usb drivers Call rt2x00_config_intf() outside of the spinlock context since the call will sleep for USB drivers. By using the ieee80211_if_conf values as arguments we make keep access tp rt2x00_intf thread safe even without the lock. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>