commit | afa620429ac6a636246f85d97cf205d6533e7fcb | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Tue Aug 18 19:54:23 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Aug 20 11:36:05 2009 -0400 |
tree | 64cb5eb25c4934dea5be320c29fced7bab51b3dc | |
parent | ad002395fd230528281083f4be71855ed7e35b04 [diff] |
rt2x00: configure_filter() callback is allowed to sleep The configure_filter() callback function no longer needs to be atomic. Remove the scheduled work structure and call into the driver configure_filter() directly. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>