commit | f7c0fa4cd5dcf58dd95b216d2c33444a3b4a44e0 | [log] [tgz] |
---|---|---|
author | Rasesh Mody <rmody@brocade.com> | Thu Dec 23 21:45:05 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Dec 25 19:16:01 2010 -0800 |
tree | 5836683f415a5806ffccfbb16bac2ede9980587d | |
parent | 886f7fedb0cee56acca7620d89186669273d3d56 [diff] |
bna: Fix for TX queue Change Details: - Call netif_wake_queue() if we have freed up sufficient elements at the end of completion processing - Add netif_queue_stopped counter back to bnad_drv_stats {} - Get netif_queue_stopped value from stack - Remove BUG_ON() on value returned by pci_unmap_addr() Signed-off-by: Debashis Dutt <ddutt@brocade.com> Signed-off-by: Rasesh Mody <rmody@brocade.com> Signed-off-by: David S. Miller <davem@davemloft.net>