USBNET: support DMA SG
[deliverable/linux.git] / include / linux / usb / usbnet.h
index f18d64129f99982f966f3c2fe733cd85260dc625..2b47e6364e3697ff1fbd684b923da5cd6ec65e82 100644 (file)
@@ -34,6 +34,7 @@ struct usbnet {
        struct mutex            phy_mutex;
        unsigned char           suspend_count;
        unsigned char           pkt_cnt, pkt_err;
+       unsigned                can_dma_sg:1;
 
        /* i/o info: pipes etc */
        unsigned                in, out;
This page took 0.056506 seconds and 5 git commands to generate.