summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorClement Viel <clement.viel@qorvo.com>2021-09-24 10:44:13 -0700
committerClement Viel <clement.viel@qorvo.com>2021-09-24 11:16:37 -0700
commite1ab69d054643d08959a909bf45894b60ed89f22 (patch)
tree5903a0adf7a73fa434549c21c1120e0d8c9b39a3 /kernel
parent5f62e97ad4a1d277ce854038e8123d13fee9a1ee (diff)
downloaduwb-e1ab69d054643d08959a909bf45894b60ed89f22.tar.gz
dw3000: increase the wifi coex margin from 300ms to 500ms to avoid interferences.
Bug: 171489641 Signed-off-by: Clement Viel <clement.viel@qorvo.com> Change-Id: I7f8179b99d058a67e180a2d6e13df7965c693397
Diffstat (limited to 'kernel')
-rw-r--r--kernel/drivers/net/ieee802154/dw3000_spi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/drivers/net/ieee802154/dw3000_spi.c b/kernel/drivers/net/ieee802154/dw3000_spi.c
index 07b1886..11f3927 100644
--- a/kernel/drivers/net/ieee802154/dw3000_spi.c
+++ b/kernel/drivers/net/ieee802154/dw3000_spi.c
@@ -66,11 +66,11 @@ MODULE_PARM_DESC(wificoex_delay_us,
"Delay between WiFi coexistence GPIO activation and TX in us "
"(default is 1000us)");
-static unsigned dw3000_wifi_coex_margin_us = 400;
+static unsigned dw3000_wifi_coex_margin_us = 500;
module_param_named(wificoex_margin_us, dw3000_wifi_coex_margin_us, uint, 0444);
MODULE_PARM_DESC(wificoex_margin_us,
"Margin to add to the WiFi Coex delay for SPI transactions "
- "(default is 300us)");
+ "(default is 500us)");
static unsigned dw3000_wifi_coex_interval_us = 2000;
module_param_named(wificoex_interval_us, dw3000_wifi_coex_interval_us, uint,