On Sun, 12 Jun 2011 00:55:58 +0200 francesco.gring...@ing.unibs.it wrote: > Anyway if you put some printk in b43_tx_work you will see that some TCP > segments are discarded by it trying to send packets to the dma even if the > rings are full. This prevents packets to queue up correctly in the qdisc, so > shaping traffic through a b43 interface becomes really difficult.
So this doesn't sound like a b43 problem to me. The driver disables the software queues, if the hardware queue is full. If the stack continues to push packets to the driver while queues are stopped, the only thing the driver can do is discard them. _______________________________________________ b43-dev mailing list b43-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/b43-dev