mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
a1463d9af3
Currently, RMNET will restart the TX queue after receiving a low-watermark notification from SMUX. This just clears the XOFF bit, but does not reschedule the TX thread in the Linux TCP/IP stack. This means that the next TX operation will not take place until the thread is scheduled by some other means which may take up to 5 seconds. Instead, wake the queue which clears the XOFF bit and schedules the TX thread to allow transmission to continue immediately. (cherry picked from commit 4d8fb2ecb3a9cdab3e9d605280256c6b46773dd0) CRs-Fixed: 412758 Signed-off-by: Eric Holmberg <eholmber@codeaurora.org> Change-Id: I1f169547f3ff518baada632d5a3f766b5795c697 Signed-off-by: Neha Pandey <nehap@codeaurora.org> |
||
---|---|---|
.. | ||
appletalk | ||
arcnet | ||
bonding | ||
caif | ||
can | ||
cris | ||
dsa | ||
ethernet | ||
fddi | ||
hamradio | ||
hippi | ||
hyperv | ||
irda | ||
phy | ||
plip | ||
ppp | ||
slip | ||
team | ||
tokenring | ||
usb | ||
vmxnet3 | ||
wan | ||
wimax | ||
wireless | ||
xen-netback | ||
dummy.c | ||
eql.c | ||
ifb.c | ||
Kconfig | ||
LICENSE.SRC | ||
loopback.c | ||
macvlan.c | ||
macvtap.c | ||
Makefile | ||
mdio.c | ||
mii.c | ||
netconsole.c | ||
rionet.c | ||
sb1000.c | ||
Space.c | ||
sungem_phy.c | ||
tun.c | ||
veth.c | ||
virtio_net.c | ||
xen-netfront.c |