From: Mugunthan V N Date: Wed, 27 Mar 2013 04:42:00 +0000 (+0000) Subject: drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting tx... X-Git-Tag: v3.9-rc6~38^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e51cde276ca820d526c6c21cf8147df595a36bf;p=pandora-kernel.git drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting tx queue To restart tx queue use netif_wake_queue() intead of netif_start_queue() so that net schedule will restart transmission immediately which will increase network performance while doing huge data transfers. Reported-by: Dan Franke Suggested-by: Sriramakrishnan A G Signed-off-by: Mugunthan V N Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed