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
6fire
caiaq
hiface
misc
usx2y
Kconfig -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 529 bytes
card.c -rw-r--r-- 20.0 KB
card.h -rw-r--r-- 6.3 KB
clock.c -rw-r--r-- 11.6 KB
clock.h -rw-r--r-- 339 bytes
debug.h -rw-r--r-- 262 bytes
endpoint.c -rw-r--r-- 30.0 KB
endpoint.h -rw-r--r-- 1.3 KB
format.c -rw-r--r-- 14.3 KB
format.h -rw-r--r-- 292 bytes
helper.c -rw-r--r-- 3.1 KB
helper.h -rw-r--r-- 1.1 KB
midi.c -rw-r--r-- 65.4 KB
midi.h -rw-r--r-- 1.5 KB
mixer.c -rw-r--r-- 65.3 KB
mixer.h -rw-r--r-- 2.0 KB
mixer_maps.c -rw-r--r-- 12.6 KB
mixer_quirks.c -rw-r--r-- 42.8 KB
mixer_quirks.h -rw-r--r-- 367 bytes
pcm.c -rw-r--r-- 44.7 KB
pcm.h -rw-r--r-- 379 bytes
power.h -rw-r--r-- 375 bytes
proc.c -rw-r--r-- 6.0 KB
proc.h -rw-r--r-- 211 bytes
quirks-table.h -rw-r--r-- 74.6 KB
quirks.c -rw-r--r-- 34.0 KB
quirks.h -rw-r--r-- 1.1 KB
stream.c -rw-r--r-- 20.4 KB
stream.h -rw-r--r-- 286 bytes
usbaudio.h -rw-r--r-- 2.9 KB

back to top