Revision 61598788582cafad52816d5d1db879334d8bd561 authored by hayeswang on 20 November 2013, 09:30:55 UTC, committed by David S. Miller on 20 November 2013, 20:09:41 UTC
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 <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7937f9e
History
File Mode Size
Makefile -rw-r--r-- 191 bytes
us122l.c -rw-r--r-- 18.9 KB
us122l.h -rw-r--r-- 540 bytes
usX2Yhwdep.c -rw-r--r-- 7.3 KB
usX2Yhwdep.h -rw-r--r-- 122 bytes
usb_stream.c -rw-r--r-- 19.0 KB
usb_stream.h -rw-r--r-- 2.6 KB
usbus428ctldefs.h -rw-r--r-- 2.1 KB
usbusx2y.c -rw-r--r-- 13.2 KB
usbusx2y.h -rw-r--r-- 2.0 KB
usbusx2yaudio.c -rw-r--r-- 28.5 KB
usx2y.h -rw-r--r-- 1.5 KB
usx2yhwdeppcm.c -rw-r--r-- 24.4 KB
usx2yhwdeppcm.h -rw-r--r-- 507 bytes

back to top