commit | 8be4eed0ea7d8ef38692de878043a949e9db16e8 | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <IvDoorn@gmail.com> | Sat Nov 06 15:48:23 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 15 13:26:33 2010 -0500 |
tree | fcd2c71f3bd20a5b51a2024aa011c9bb0b1bd323 | |
parent | 813f0339dd739c48607f12dac79ec26c61874226 [diff] |
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 <IvDoorn@gmail.com> Acked-by: Helmut Schaa <helmut.schaa@googlemail.com> Acked-by: Gertjan van Wingerde <gwingerde@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>