From: Gabor Juhos Date: Tue, 4 Jun 2013 11:40:38 +0000 (+0200) Subject: rt2x00: rt2x00queue: add priv_size field to struct data_queue X-Git-Tag: v3.11-rc1~64^2~166^2^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=568f7a438f6d5f0f0909c94e66b7c5c8b96ebf7a;p=pandora-kernel.git rt2x00: rt2x00queue: add priv_size field to struct data_queue Add a new field into struct data_queue and store the size of the per-queue_entry private data in that. Additionally, use the new field in the rt2x00queue_alloc_entries function to compute the size of the queue entries for a given queue. The patch does not change the current behaviour but makes it possible to remove the queue_desc parameter of the rt2x00queue_alloc_entries function. That will be done by a subsequent patch. 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