[PATCH] rt2x00: Remove radio check from rt2x00lib_toggle_rx
authorIvo van Doorn <ivdoorn@gmail.com>
Sat, 6 Oct 2007 12:12:13 +0000 (14:12 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:08 +0000 (16:55 -0700)
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>

No differences found