]> Pileus Git - ~andy/linux/commitdiff
staging: ozwpan: Increase ISOC IN buffer depth
authorRupesh Gujare <rupesh.gujare@atmel.com>
Wed, 28 Aug 2013 11:43:14 +0000 (12:43 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Aug 2013 22:18:40 +0000 (15:18 -0700)
Buffer depth of 50 units is not sufficient when there is considerable delay
occuring on air due to interference, increase ISOC IN buffer depth to 100 units.

Signed-off-by: Rupesh Gujare <rupesh.gujare@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozhcd.c

index d6c3d0ebba7b27ce85a69d3d6ecc88bbd1f1ae3e..d9c43c3282e7bd7dbc94459d5f966dae9ed1d0c8 100644 (file)
@@ -39,7 +39,7 @@
  * Number of units of buffering to capture for an isochronous IN endpoint before
  * allowing data to be indicated up.
  */
-#define OZ_IN_BUFFERING_UNITS  50
+#define OZ_IN_BUFFERING_UNITS  100
 
 /* Name of our platform device.
  */