diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-26 05:08:00 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2009-11-26 05:08:00 +0000 |
commit | f6de4db0009244baef4e961cd0cb6520e78edba0 (patch) | |
tree | 6617d4998b77b92459bb62b87bb29213899a98b9 /LUFA/Drivers/USB | |
parent | 04e177b66e16e74f71303137003b46d67c8f1eee (diff) | |
download | lufa-f6de4db0009244baef4e961cd0cb6520e78edba0.tar.gz lufa-f6de4db0009244baef4e961cd0cb6520e78edba0.tar.bz2 lufa-f6de4db0009244baef4e961cd0cb6520e78edba0.zip |
Remove documentation of deleted parameters from the RNDIS Host Class driver's device Initialize function.
Diffstat (limited to 'LUFA/Drivers/USB')
-rw-r--r-- | LUFA/Drivers/USB/Class/Host/RNDIS.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/LUFA/Drivers/USB/Class/Host/RNDIS.h b/LUFA/Drivers/USB/Class/Host/RNDIS.h index 4c384b6fc..9b14055e7 100644 --- a/LUFA/Drivers/USB/Class/Host/RNDIS.h +++ b/LUFA/Drivers/USB/Class/Host/RNDIS.h @@ -156,8 +156,6 @@ * configured via the call to \ref RNDIS_Host_ConfigurePipes().
*
* \param[in,out] RNDISInterfaceInfo Pointer to a structure containing an RNDIS Class host configuration and state
- * \param[in] HostMaxPacketSize Size of the packet buffer on the host
- * \param[out] DeviceMaxPacketSize Pointer to where the packet buffer size of the device is to be stored
*
* \return A value from the USB_Host_SendControlErrorCodes_t enum or RNDIS_COMMAND_FAILED if the device returned a
* logical command failure
|