summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
diff options
context:
space:
mode:
authorMalcolm Priestley2014-03-17 22:15:03 +0100
committerGreg Kroah-Hartman2014-03-17 22:29:50 +0100
commit6ae4663342276f8626624dc0c38c47caa9b13a86 (patch)
tree162118410e31050a2b85bfbaf83182b7c10eeb10 /drivers/staging/vt6656
parentStaging: lustre: fld: fix split strings. (diff)
downloadkernel-qcow2-linux-6ae4663342276f8626624dc0c38c47caa9b13a86.tar.gz
kernel-qcow2-linux-6ae4663342276f8626624dc0c38c47caa9b13a86.tar.xz
kernel-qcow2-linux-6ae4663342276f8626624dc0c38c47caa9b13a86.zip
staging: vt6656: [BUG] set usb_fill_int_urb interval to 1
As result of patch staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1 has resulted in sluggish TX performance due to interupt inverval being too long. Set int_interval to 1 as set in bInterval of endpoint 1. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656')
-rw-r--r--drivers/staging/vt6656/main_usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/main_usb.c b/drivers/staging/vt6656/main_usb.c
index 7dd885fe2010..3c9323069e01 100644
--- a/drivers/staging/vt6656/main_usb.c
+++ b/drivers/staging/vt6656/main_usb.c
@@ -1007,7 +1007,7 @@ static int device_open(struct net_device *dev)
schedule_delayed_work(&pDevice->second_callback_work, HZ);
- pDevice->int_interval = 100; /* max 100 microframes */
+ pDevice->int_interval = 1; /* bInterval is set to 1 */
pDevice->eEncryptionStatus = Ndis802_11EncryptionDisabled;
pDevice->bIsRxWorkItemQueued = true;