From: Gertjan van Wingerde Date: Thu, 3 Mar 2011 18:46:55 +0000 (+0100) Subject: rt2x00: Optimize getting the beacon queue structure. X-Git-Tag: v2.6.39-rc1~468^2~88^2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a24408307e930e21912e82c125648400041d66fb;p=pandora-kernel.git rt2x00: Optimize getting the beacon queue structure. In the spirit of optimizing the code to get the queue structure of TX queues, also optimize the code to get beacon queues. We can simply use the bcn queue field of the rt2x00_dev structure instead of using the rt2x00queue_get_queue function. Signed-off-by: Gertjan van Wingerde Acked-by: Helmut Schaa Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed