]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: do not insert padding into tx buffers on AR9380+
authorFelix Fietkau <nbd@openwrt.org>
Wed, 14 Sep 2011 19:24:27 +0000 (21:24 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 16 Sep 2011 20:45:42 +0000 (16:45 -0400)
commit673e957f16c4e09d19a0d482583166224c8f0842
tree0e0dbf7f829660ad4abe2dc24dc68040f458104d
parentdbded71c5afd3888a5a16130c364adafc4481b5e
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>
drivers/net/wireless/ath/ath9k/xmit.c