*/\r
\r
/** \ingroup Group_USBClassRNDIS\r
+ * @defgroup Group_USBClassRNDISCommon Common Class Definitions\r
+ *\r
+ * \section Module Description\r
+ * Constants, Types and Enum definitions that are common to both Device and Host modes for the USB\r
+ * RNDIS Class.\r
+ *\r
* @{\r
*/\r
\r
/* Includes: */\r
#include "../../USB.h"\r
#include "CDC.h"\r
+ #include "RNDISConstants.h"\r
\r
#include <string.h>\r
\r
/** 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