From: Rajesh Borundia Date: Tue, 28 Jan 2014 16:55:29 +0000 (-0500) Subject: qlcnic: Fix tx timeout. X-Git-Tag: v3.14-rc1~59^2~8^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=060d0564a9152f210183aebad41c41794e18f419;p=pandora-kernel.git qlcnic: Fix tx timeout. o __qlcnic_down call's netif_tx_disable which in turn stops all the TX queues, corresponding start queue was missing in __qlcnic_up which was leading to tx timeout. o The commit b84caae486135d588fb200973b0be8cb8a511edf (qlcnic: Fix usage of netif_tx_{wake, stop} api during link change.) exposed this issue. Signed-off-by: Rajesh Borundia Signed-off-by: David S. Miller --- Reading git-diff-tree failed