Joerg Sonnenberger wrote:
> On Mon, Feb 14, 2005 at 08:06:00PM -0800, Scott Michel wrote:
>
>>This patch ought to fix the USB Ethernet transmit/receive problems for
>>all adaptors, not just kue (cue too!?)
>>
>>Plenty of opportunity to clean this code up to remove usbq_rx and
>>usbq_tx, since the messages handle the queuing for us. But this fix gets
>>things working...
>
>
> I'd prefer to do the right thing and just remove the intermediate queues.
>
> Does the attached patch work?
No, it won't/can't. You took out the code that restarts the USB Ethernet
receiver, part of the qdat structure. This restart function was called
just after ifp->if_rxstart returned.
-scooter