Re-add in old Endpoint/Pipe workaround for unordered pipes - add new ORDERED_EP_CONFI...
[pub/USBasp.git] / Demos / Device / LowLevel / RNDISEthernet / Lib / RNDIS.c
index 5205570..e6dd691 100644 (file)
@@ -3,7 +3,7 @@
      Copyright (C) Dean Camera, 2010.
 
   dean [at] fourwalledcubicle [dot] com
      Copyright (C) Dean Camera, 2010.
 
   dean [at] fourwalledcubicle [dot] com
-      www.fourwalledcubicle.com
+           www.lufa-lib.org
 */
 
 /*
 */
 
 /*
@@ -264,7 +264,7 @@ static bool ProcessNDISQuery(const uint32_t OId, void* QueryData, uint16_t Query
                        *ResponseSize = sizeof(uint32_t);
 
                        /* Always indicate hardware ready */
                        *ResponseSize = sizeof(uint32_t);
 
                        /* Always indicate hardware ready */
-                       *((uint32_t*)ResponseData) = NdisHardwareStatusReady;
+                       *((uint32_t*)ResponseData) = NDIS_HardwareStatus_Ready;
 
                        return true;
                case OID_GEN_MEDIA_SUPPORTED:
 
                        return true;
                case OID_GEN_MEDIA_SUPPORTED: