From e37e796206b575d87d652c5c68a96296dbbb8543 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 28 Feb 2019 18:53:22 +0000 Subject: [PATCH 1/1] sysctl.conf: Revert enabling busy loop waiting on sockets This causes the firmware in my ath10k module to crash. Signed-off-by: Michael Tremer --- config/etc/sysctl.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/etc/sysctl.conf b/config/etc/sysctl.conf index 7751bfd8a6..9a943fffa8 100644 --- a/config/etc/sysctl.conf +++ b/config/etc/sysctl.conf @@ -80,9 +80,5 @@ net.ipv4.tcp_rmem = 4096 87380 16777216 net.ipv4.tcp_wmem = 4096 16384 16777216 net.ipv4.udp_mem = 3145728 4194304 16777216 -# Approximate time in us to busy loop waiting for packets on the device queue -net.core.busy_read=50 -net.core.busy_poll=50 - # Enable TCP fast-open net.ipv4.tcp_fastopen = 3 -- 2.39.2