Kurt Van Dijck wrote:
> Oliver,
> 
> First, I forgot to thank you for your test.
> 
> In the meanwhile, I got my card running. The transmit problem has to do
> with calling 'netif_start_queue()', which does not schedule an initial
> tx.
> netif_wake_queue() only schedules a tx when it was suspended. I added a
> netif_tx_schedule_all(), which actually does start transmissions.

Hm - i usually thought netif_start_queue() should be enough.
At least when invoked after everything (like the irq handler) is registrated
and enabled properly.

Wolfgang, any thoughts?

Regards,
Oliver

> 
> I just want to inform, does 'netif_tx_schedule_all()' need some versions
> macro's around it, or does it exist for ages?
> 
> Kurt
> 
> _______________________________________________
> Socketcan-core mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/socketcan-core

_______________________________________________
Socketcan-core mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/socketcan-core

Reply via email to