From: Himanshu Madhani Date: Mon, 16 Dec 2013 20:36:56 +0000 (-0500) Subject: qlcnic: Fix usage of netif_tx_{wake, stop} api during link change. X-Git-Tag: v3.13-rc5~30^2~1^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b84caae486135d588fb200973b0be8cb8a511edf;p=pandora-kernel.git qlcnic: Fix usage of netif_tx_{wake, stop} api during link change. o Driver was using netif_tx_{stop,wake}_all_queues() api during link change event. Remove these api calls to manage queue start/stop event, as core networking stack will manage this based on netif_carrier_{on,off} call. These API's were modified as part of commit id 012ec81223aa45d2b80aeafb77392fd1a19c7b10 ("qlcnic: Multi Tx queue support for 82xx Series adapter.") Signed-off-by: Shahed Shaikh Signed-off-by: Himanshu Madhani Signed-off-by: David S. Miller --- Reading git-diff-tree failed