From: Helmut Schaa Date: Wed, 7 Sep 2011 18:11:26 +0000 (+0200) Subject: rt2x00: Avoid unnecessary uncached X-Git-Tag: v3.2-rc1~129^2~254^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3de3d966007592693e68a973f62a1e3828565af0;p=pandora-kernel.git rt2x00: Avoid unnecessary uncached Reading the TX desciptor words from coherent memory is always uncached and potentially slow. Hence, don't read the TX descriptor prior to writing it since we update all fields anyway. Signed-off-by: Helmut Schaa Acked-by: Gertjan van Wingerde Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed