Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost Class...
[pub/USBasp.git] / LUFA / Drivers / USB / Class / Common / RNDIS.h
index b2566d3..85aced5 100644 (file)
@@ -44,6 +44,7 @@
        /* Includes: */\r
                #include "../../USB.h"\r
                #include "CDC.h"\r
+               #include "RNDISConstants.h"\r
                \r
                #include <string.h>\r
        \r
@@ -68,7 +69,7 @@
                /** Maximum size in bytes of a RNDIS control message which can be sent or received */\r
                #define RNDIS_MESSAGE_BUFFER_SIZE             128\r
 \r
-               /** Maximum size in bytes of an Ethernet frame which can be sent or received */\r
+               /** Maximum size in bytes of an Ethernet frame according to the Ethernet standard */\r
                #define ETHERNET_FRAME_SIZE_MAX               1500\r
                \r
                /** Notification request value for a RNDIS Response Available notification */\r