summaryrefslogtreecommitdiff
path: root/src/hardware.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware.c')
-rw-r--r--src/hardware.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hardware.c b/src/hardware.c
index 701cb86..8f96d60 100644
--- a/src/hardware.c
+++ b/src/hardware.c
@@ -1238,6 +1238,8 @@ uint32_t hw_lpm_get_idle_timeout(void)
timeout_ms *= 25; // 12.5 or 25 ?
else if (strstr(hw_cfg_cb.local_chip_name, "BCM4358") != NULL)
timeout_ms *= 50;
+ else if (strstr(hw_cfg_cb.local_chip_name, "BCM43013") != NULL)
+ timeout_ms *= 1;
else
timeout_ms *= 300;