From: Jon Mason Date: Sat, 19 Jan 2013 09:02:32 +0000 (-0700) Subject: ntb_netdev: remove tx timeout X-Git-Tag: v3.9-rc1~124^2~41 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d723485cb4ca9eefaf43fd9f165554094b97f2c2;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed