commit | 50db7875d9dcd89f7624b13535738612faf8db0c | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Fri Jul 04 14:51:39 2008 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Jul 08 14:16:03 2008 -0400 |
tree | 40533fe7fc13cad3a343754644757b5809a213c4 | |
parent | f2cae6c5e41a979f85463aff60877b31fa3a383d [diff] |
rt2x00: Remove input_polldev requirements for rfkill With the new rfkill interface there is no longer a need for the input_polldev. Create a delayed_work structure which we can put on the mac80211 workqueue and poll the hardware every 1000ms. v2: Decrease poll frequency from 100ms to 1000ms Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>