From: Ivo van Doorn Date: Sun, 10 Feb 2008 21:50:04 +0000 (+0100) Subject: rt2x00: Fix scheduling while atomic errors in usb drivers X-Git-Tag: v2.6.26-rc1~1138^2~530^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e44df9296a8ab9d9160e230d68a1b01015c94e93;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed