]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/gadget/rndis.c
usb: ci_udc: fix request allocation when endpoints are disabled
[u-boot] / drivers / usb / gadget / rndis.c
index 886c0936e6ae74e2b7c2e6d8366039412bf855f9..62c9b2ead74868e5bcefbe0273c608e98bce6d19 100644 (file)
@@ -43,7 +43,6 @@
 #define ETH_ZLEN       60              /* Min. octets in frame sans FCS */
 #define ETH_DATA_LEN   1500            /* Max. octets in payload        */
 #define ETH_FRAME_LEN  PKTSIZE_ALIGN   /* Max. octets in frame sans FCS */
-#define ETH_FCS_LEN    4               /* Octets in the FCS             */
 #define ENOTSUPP        524     /* Operation is not supported */
 
 
@@ -1314,4 +1313,3 @@ void rndis_exit(void)
 {
        /* Nothing to do */
 }
-