From: Ivo van Doorn Date: Sat, 6 Nov 2010 14:48:23 +0000 (+0100) Subject: rt2x00: Fix rt2x00queue_kick_tx_queue arguments X-Git-Tag: v2.6.38-rc1~476^2~558^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8be4eed0ea7d8ef38692de878043a949e9db16e8;p=pandora-kernel.git rt2x00: Fix rt2x00queue_kick_tx_queue arguments The queue_entry argument to rt2x00queue_kick_tx_queue, doesn't make sense due to the function name (it is called kick QUEUE)... But neither do we need the queue_entry, since we need the data_queue. Signed-off-by: Ivo van Doorn Acked-by: Helmut Schaa Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed