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-- 118 bytes
chip.c -rw-r--r-- 5.5 KB
chip.h -rw-r--r-- 830 bytes
comm.c -rw-r--r-- 4.4 KB
comm.h -rw-r--r-- 1.2 KB
common.h -rw-r--r-- 707 bytes
control.c -rw-r--r-- 16.5 KB
control.h -rw-r--r-- 1.4 KB
firmware.c -rw-r--r-- 10.3 KB
firmware.h -rw-r--r-- 630 bytes
midi.c -rw-r--r-- 5.1 KB
midi.h -rw-r--r-- 1.0 KB
pcm.c -rw-r--r-- 18.7 KB
pcm.h -rw-r--r-- 1.9 KB

back to top