X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f37d21bbe961a72e4d6527767aacf843e3af412c..5aa2b26261389cfbdfae8e793be4b8150ddc7a0a:/LUFA/Drivers/USB/Class/Common/RNDIS.h diff --git a/LUFA/Drivers/USB/Class/Common/RNDIS.h b/LUFA/Drivers/USB/Class/Common/RNDIS.h index b2566d300..85aced548 100644 --- a/LUFA/Drivers/USB/Class/Common/RNDIS.h +++ b/LUFA/Drivers/USB/Class/Common/RNDIS.h @@ -44,6 +44,7 @@ /* Includes: */ #include "../../USB.h" #include "CDC.h" + #include "RNDISConstants.h" #include @@ -68,7 +69,7 @@ /** Maximum size in bytes of a RNDIS control message which can be sent or received */ #define RNDIS_MESSAGE_BUFFER_SIZE 128 - /** Maximum size in bytes of an Ethernet frame which can be sent or received */ + /** Maximum size in bytes of an Ethernet frame according to the Ethernet standard */ #define ETHERNET_FRAME_SIZE_MAX 1500 /** Notification request value for a RNDIS Response Available notification */