ramips: add support for TP-Link TL-MR3420 v5
[oweals/openwrt.git] / target / linux / generic / backport-4.9 / 024-3-tcp-tsq-add-shortcut-in-tcp_tasklet_func.patch
index 8f45c23e3fed946bf6720915986ed29a9e49fda7..249a2ce27e054bd761567784ed8614f823a281f4 100644 (file)
@@ -60,7 +60,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
                nval = cmpxchg(&tp->tsq_flags, oval, nval);
                if (nval != oval)
                        continue;
-@@ -2179,6 +2179,8 @@ static bool tcp_write_xmit(struct sock *
+@@ -2183,6 +2183,8 @@ static bool tcp_write_xmit(struct sock *
                    unlikely(tso_fragment(sk, skb, limit, mss_now, gfp)))
                        break;