From: Felix Fietkau Date: Wed, 14 Sep 2011 19:24:27 +0000 (+0200) Subject: ath9k: do not insert padding into tx buffers on AR9380+ X-Git-Tag: v3.2-rc1~129^2~254^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4245d31347bdc99a608dc1d1cfe64e44aa3d1771;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed