]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/gadget/function/u_ether.h
usb: gadget: u_ether: add a flag to avoid skb_reserve() calling
[karo-tx-linux.git] / drivers / usb / gadget / function / u_ether.h
index c77145bd6b5b94f65b8531f2ab061c2770edbae5..81d94a7ae4b4da5d04e17a0ea8e98080c4a62da9 100644 (file)
@@ -64,6 +64,7 @@ struct gether {
        struct usb_ep                   *out_ep;
 
        bool                            is_zlp_ok;
+       bool                            no_skb_reserve;
 
        u16                             cdc_filter;