From: Helmut Schaa Date: Thu, 4 Nov 2010 19:38:15 +0000 (+0100) Subject: rt2x00: Reduce tx descriptor size X-Git-Tag: v2.6.38-rc1~476^2~558^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b23cdaa3b0e9567597563e5a7a5103ecda447f0;p=pandora-kernel.git rt2x00: Reduce tx descriptor size The tx descriptor values qid, cw_min, cw_max and aifs are directly accessible through the tx entry struct. So there's no need to copy them into the tx descriptor and passing them to the indiviual drivers. Instead we can just get the correct value from the tx entry. Signed-off-by: Helmut Schaa Signed-off-by: Ivo van Doorn Signed-off-by: John W. Linville --- Reading git-diff-tree failed