From: Gabor Juhos Date: Tue, 4 Jun 2013 11:40:43 +0000 (+0200) Subject: rt2x00: rt2800usb: implement queue_init callback X-Git-Tag: v3.11-rc1~64^2~166^2^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d36d13a3ec1ef25c411d39c1e14dd2cdff98edbb;p=pandora-kernel.git rt2x00: rt2800usb: implement queue_init callback The generic rt2x00 code has been changed to allow the drivers toimplement dynamic data_queue initialization. Remove the static data queue descriptor structures and implement the queue_init callback instead. The actual chipset is already known when the callback is used. This allows us to use a single callback for all supported devices. Signed-off-by: Gabor Juhos Acked-by: Stanislaw Gruszka Acked-by: Gertjan van Wingerde Signed-off-by: John W. Linville --- Reading git-diff-tree failed