commit | e01f1ec35ff91c8a3f4a3e48a0c8ab476124b973 | [log] [tgz] |
---|---|---|
author | Gertjan van Wingerde <gwingerde@gmail.com> | Tue May 11 23:51:39 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 12 16:41:44 2010 -0400 |
tree | 495949f825157e5dc00694856e35eaa83afe0bb0 | |
parent | 6b97cb04f2766513c57b57f8ac4b44915296230f [diff] |
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 <gwingerde@gmail.com> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>