commit | 4245d31347bdc99a608dc1d1cfe64e44aa3d1771 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Wed Sep 14 21:24:27 2011 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 16 16:45:42 2011 -0400 |
tree | 0e0dbf7f829660ad4abe2dc24dc68040f458104d | |
parent | 3afd21e7c5b3b6312193fbee628b000dce82ecf5 [diff] |
ath9k: do not insert padding into tx buffers on AR9380+ With the new EDMA descriptor format, a single descriptor can contain up to four buffer pointers. By splitting the buffer into two parts, we can let the hardware add the padding internally instead of using memmove on the skb data. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>