From: Ivo van Doorn Date: Tue, 18 Aug 2009 18:33:12 +0000 (+0200) Subject: rt2x00: bss_info_changed() callback is allowed to sleep X-Git-Tag: v2.6.32-rc1~703^2~335^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d904dc17495581254442b7fd054e267f2605c8ec;p=pandora-kernel.git rt2x00: bss_info_changed() callback is allowed to sleep The bss_info_changed() callback function no longer needs to be atomic. Remove the scheduled work structure and call into the driver directly. Additionaly this makes the DRIVER_REQUIRE_SCHEDULED flag redundant so it can be removed. Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed