commit | 493cf04fd37bf265dc3c9aad357e3e34654c86e3 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Sep 14 21:24:22 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 16 16:45:40 2011 -0400 |
tree | 834da35a27d459a4ed0a8208616a51e327c29ba5 | |
parent | 2b63a41d14245345d6c498506c5634613afa80c0 [diff] |
ath9k: use the new API for setting tx descriptors With the new API, tx descriptors can be written in one single pass instead of having to re-read and rewrite fields from multiple places. This makes the code easier to read and also slightly improves performance on embedded MIPS hardware. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>