cxgb3: No need to wake queue in xmit handler
authorKrishna Kumar <krkumar2@in.ibm.com>
Wed, 14 Oct 2009 19:54:19 +0000 (19:54 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 18 Oct 2009 06:57:25 +0000 (23:57 -0700)
The xmit handler doesn't need to wake the queue after stopping
it temporarily (some other drivers are doing the same).

Patch on net-next-2.6, multiple netperf sessions tested.

Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
Acked-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found