commit | d904dc17495581254442b7fd054e267f2605c8ec | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Tue Aug 18 20:33:12 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 20 11:36:05 2009 -0400 |
tree | d314c2e2be22fb2acdd61913d097a7b0abca2cf8 | |
parent | afa620429ac6a636246f85d97cf205d6533e7fcb [diff] |
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 <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>