From: Ivo van Doorn Date: Sat, 6 Nov 2010 14:48:43 +0000 (+0100) Subject: rt2x00: Remove rt2x00lib_toggle_rx X-Git-Tag: v2.6.38-rc1~476^2~558^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea175ee26268370ca07aff91cf6ba1e0f1a3bd36;p=pandora-kernel.git rt2x00: Remove rt2x00lib_toggle_rx As part of the queue refactoring, the rt2x00lib_toggle_rx can be removed and replaced with the call directly to the set_device_state callback function. We can remove the STATE_RADIO_RX_ON_LINK and STATE_RADIO_RX_OFF_LINK, as it was only used for special behavior inside rt2x00lib rather then the drivers. Signed-off-by: Ivo van Doorn Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed