backports: do not use DMA SG on old kernel versions
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 8 Sep 2013 16:02:37 +0000 (18:02 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 21 Oct 2013 21:58:37 +0000 (23:58 +0200)
commitd03553a54cdc782f8ae0f95e23674e2ed9b473d3
tree921e686531a3a633acc86d420d13649f376cff47
parent7ce655474ab7a3898bef8a37f8f98c26301672d5
backports: do not use DMA SG on old kernel versions

the usb net driver now uses the dma sg api which is not available on
old kernels, this patch removed the usage of the dma sg api for old
kernel versions.

This backports the following upstream commit:
commit 638c5115a794981441246fa8fa5d95c1875af5ba
Author: Ming Lei <ming.lei@canonical.com>
Date:   Thu Aug 8 21:48:24 2013 +0800

    USBNET: support DMA SG

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
patches/collateral-evolutions/network/78-usb-sg/INFO [new file with mode: 0644]
patches/collateral-evolutions/network/78-usb-sg/usbnet.patch [new file with mode: 0644]