From: Ivo van Doorn Date: Mon, 13 Dec 2010 11:34:54 +0000 (+0100) Subject: rt2x00: Reorganize queue callback functions X-Git-Tag: v2.6.38-rc1~476^2~104^2~4^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbba306f2ae574450a7a5133d6637fe6f5fafc72;p=pandora-kernel.git rt2x00: Reorganize queue callback functions As part of the queue refactoring, change the queue callback function names to have 3 different actions: start, kick & stop. We can now also remove the STATE_RADIO_RX_ON/STATE_RADIO_RX_OFF device_state flags, and replace the usage with using the start_queue/stop_queue callback functions. This streamlines the RX queue handling to the similar approach as all other queues. Signed-off-by: Ivo van Doorn Acked-by: Helmut Schaa Signed-off-by: John W. Linville --- Reading git-diff-tree failed