commit | 3a84732a5c9758a4bd59088787cac23508ef8b62 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Sat Oct 06 14:12:13 2007 +0200 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:08 2007 -0700 |
tree | a67cb02ef5f8ebd5cd1651c746d0e7c9c478ce68 | |
parent | 4abee4bbd771ce42b9a0a19be11264721aa0e3ed [diff] |
[PATCH] rt2x00: Remove radio check from rt2x00lib_toggle_rx Don't check if the radio is enabled in rt2x00lib_toggle_rx, this is required since the link tuner should be disabled when shutting down the device. The remaining calls inside the rt2x00lib_toggle_rx handler should deliver no problems when called while the radio is done. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>