commit | 2b23cdaa3b0e9567597563e5a7a5103ecda447f0 | [log] [tgz] |
---|---|---|
author | Helmut Schaa <helmut.schaa@googlemail.com> | Thu Nov 04 20:38:15 2010 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 15 13:25:59 2010 -0500 |
tree | 3aa87f486d324c381a9e38dc178939cd1b7d6793 | |
parent | 08e5310028359de2daaa39cd10e9ca493c51792b [diff] |
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 <helmut.schaa@googlemail.com> Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>