[PATCH] finish iso support

Duncan Sands duncan.sands at math.u-psud.fr
Wed Jun 29 15:52:20 EDT 2005


Hi Matthieu,

@@ -99,10 +99,12 @@
 #define UDSL_MAX_RCV_URBS              16
 #define UDSL_MAX_SND_URBS              16
 #define UDSL_MAX_RCV_BUF_SIZE          1024    /* ATM cells */
+#define UDSL_MAX_RCV_ISO_PACKETS       16
 #define UDSL_MAX_SND_BUF_SIZE          1024    /* ATM cells */
 #define UDSL_DEFAULT_RCV_URBS          4
 #define UDSL_DEFAULT_SND_URBS          4
 #define UDSL_DEFAULT_RCV_BUF_SIZE      64      /* ATM cells */
+#define UDSL_DEFAULT_RCV_ISO_PACKETS   32
 #define UDSL_DEFAULT_SND_BUF_SIZE      64      /* ATM cells */

 #define ATM_CELL_HEADER                        (ATM_CELL_SIZE - ATM_CELL_PAYLOAD)

presumably the default should be smaller than the maximum...

D.



More information about the Usbatm mailing list