commit | 2b63a41d14245345d6c498506c5634613afa80c0 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Sep 14 21:24:21 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 16 16:45:39 2011 -0400 |
tree | 57fd8b8779ded0436c29a495cb522c30ffc91ae4 | |
parent | 60f8cc60fa41b8c44662a3a4d99862e3b81cfa6f [diff] |
ath9k_hw: add a new API for setting tx descriptors Instead of using lots of different functions with long argument lists, pull all the necessary information from one struct. This makes the code easier to read and eliminates the need for copying data between multiple linked descriptors. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>