]> git.karo-electronics.de Git - karo-tx-linux.git/commit
USBNET: fix handling padding packet
authorMing Lei <ming.lei@canonical.com>
Mon, 23 Sep 2013 12:59:35 +0000 (20:59 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 Sep 2013 19:42:49 +0000 (15:42 -0400)
commit60e453a940ac678565b6641d65f8c18541bb9f28
treed9002cf7a4c4af8c3cf132708bacb1f137dc7977
parent6645161513b90823ddc787f5763d8dbea7d40c8c
USBNET: fix handling padding packet

Commit 638c5115a7949(USBNET: support DMA SG) introduces DMA SG
if the usb host controller is capable of building packet from
discontinuous buffers, but missed handling padding packet when
building DMA SG.

This patch attachs the pre-allocated padding packet at the
end of the sg list, so padding packet can be sent to device
if drivers require that.

Reported-by: David Laight <David.Laight@aculab.com>
Acked-by: Oliver Neukum <oliver@neukum.org>
Signed-off-by: Ming Lei <ming.lei@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/usb/usbnet.c
include/linux/usb/usbnet.h