From: hayeswang Date: Wed, 20 Nov 2013 09:30:55 +0000 (+0800) Subject: r8152: modify the tx flow X-Git-Tag: v3.13-rc1~7^2~17^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61598788582cafad52816d5d1db879334d8bd561;p=pandora-kernel.git r8152: modify the tx flow Remove the code for sending the packet in the rtl8152_start_xmit(). Let rtl8152_start_xmit() to queue the packet only, and schedule a tasklet to send the queued packets. This simplify the code and make sure all the packet would be sent by the original order. Signed-off-by: Hayes Wang Signed-off-by: David S. Miller --- Reading git-diff-tree failed