]> bbs.cooldavid.org Git - net-next-2.6.git/commit
rt2x00: Fix rt2x00queue_kick_tx_queue arguments
authorIvo van Doorn <IvDoorn@gmail.com>
Sat, 6 Nov 2010 14:48:23 +0000 (15:48 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Nov 2010 18:26:33 +0000 (13:26 -0500)
commit8be4eed0ea7d8ef38692de878043a949e9db16e8
treefcd2c71f3bd20a5b51a2024aa011c9bb0b1bd323
parent813f0339dd739c48607f12dac79ec26c61874226
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>
drivers/net/wireless/rt2x00/rt2x00queue.c