OSDN Git Service

rt2x00: Remove unused rt2x00queue_get_queue function.
authorGertjan van Wingerde <gwingerde@gmail.com>
Thu, 3 Mar 2011 18:47:21 +0000 (19:47 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 4 Mar 2011 19:06:49 +0000 (14:06 -0500)
commit557d99a26945e21992f693787334143d0355f60a
tree0b2af6d2a5b6f642caa4bcb3820fc3568a9ab175
parenta24408307e930e21912e82c125648400041d66fb
rt2x00: Remove unused rt2x00queue_get_queue function.

Now that all accesses to the data_queue structures is done via the specialized
rt2x00queue_get_tx_queue function or via direct accesses, there is no
need for the rt2x00queue_get_queue function anymore, so remove it.

Signed-off-by: Gertjan van Wingerde <gwingerde@gmail.com>
Acked-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/rt2x00.h
drivers/net/wireless/rt2x00/rt2x00queue.c