ntb_netdev: remove tx timeout
authorJon Mason <jon.mason@intel.com>
Sat, 19 Jan 2013 09:02:32 +0000 (02:02 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Jan 2013 23:48:14 +0000 (15:48 -0800)
commitd723485cb4ca9eefaf43fd9f165554094b97f2c2
tree46cc40cc8d28e7318dc4a9c8e9d163e60a239db2
parent765ccc7bc3d913e18b887a86de1e86db701a2d78
ntb_netdev: remove tx timeout

There is a race between disabling and enabling the tx queue, resulting
in tx timeouts.  Since all the tx timeout does is re-enable the tx
queue, simple remove the start/stop of the queue and the tx timeout
routine.

Signed-off-by: Jon Mason <jon.mason@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ntb_netdev.c