Commit cab5916a authored by Oliver Neukum's avatar Oliver Neukum Committed by Greg Kroah-Hartman

[PATCH] USB: correct interrupt interval for kaweth

  - overriding the media check interrupt interval
Signed-Off-By: default avatarOliver Neukum <oliver@neukum.name>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent 465f2794
...@@ -668,7 +668,7 @@ static int kaweth_open(struct net_device *net) ...@@ -668,7 +668,7 @@ static int kaweth_open(struct net_device *net)
INTBUFFERSIZE, INTBUFFERSIZE,
int_callback, int_callback,
kaweth, kaweth,
8); 250); /* overriding the descriptor */
kaweth->irq_urb->transfer_dma = kaweth->intbufferhandle; kaweth->irq_urb->transfer_dma = kaweth->intbufferhandle;
kaweth->irq_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; kaweth->irq_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment