Ivo van Doorn fa69560f31 rt2x00: Simplify Queue function arguments
A lot of functions accept a struct rt2x00_dev combined with
either a struct queue_entry or struct data_queue argument.
This can be simplified by only passing on the queue/entry
argument.

In cases where rt2x00_dev and a sk_buff are send together,
we can send the queue_entry instead.

rt2x00usb_alloc_urb and rt2x00usb_free_urb have a bit
of vague naming. Instead they allocate all the data which
belongs to a rt2x00 data queue entry.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Acked-by: Helmut Schaa <helmut.schaa@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2010-10-11 15:04:25 -04:00
..
2010-08-04 15:14:38 +02:00
2010-08-04 21:53:17 -07:00
2010-07-20 16:25:41 -07:00
2010-08-04 15:14:38 +02:00
2010-08-04 11:16:01 +02:00
2010-07-31 14:20:02 +01:00
2010-08-04 15:14:38 +02:00
2010-08-07 23:04:12 -07:00
2010-08-04 15:14:38 +02:00
2010-08-03 11:55:15 -04:00
2010-08-04 15:14:38 +02:00
2010-07-26 08:05:31 -07:00