From: Gertjan van Wingerde Date: Tue, 11 May 2010 21:51:39 +0000 (+0200) Subject: rt2x00: Re-order tx descriptor writing code in drivers. X-Git-Tag: v2.6.35-rc1~473^2~42^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e01f1ec35ff91c8a3f4a3e48a0c8ab476124b973;p=pandora-kernel.git rt2x00: Re-order tx descriptor writing code in drivers. Where possible, write the tx descriptor words from start to end, to follow a logical ordering of words. Where this is not possible (in rt2400pci, rt2500pci and rt61pci) add a comment as to why word 0 needs to be written last. Signed-off-by: Gertjan van Wingerde Acked-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed