From: Gertjan van Wingerde Date: Wed, 6 Jul 2011 20:57:37 +0000 (+0200) Subject: rt2x00: Reduce window of a queue's tx lock. X-Git-Tag: v3.1-rc1~316^2~189^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128f8f773d77d41a7dbcaf5d36325a0f4e7955cd;p=pandora-kernel.git rt2x00: Reduce window of a queue's tx lock. Currently a lot of actions that can be done without the queue's tx lock being held are done inside the locked area. Move them out to have a leaner and meaner code that operates while the tx lock is being held. 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