summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Chan <benchan@chromium.org>2014-07-17 00:19:41 -0700
committerDan Williams <dcbw@redhat.com>2014-07-17 16:09:31 -0500
commit0284daf87e8f0ba780a4dcbe4741713cb3c779eb (patch)
tree3cc057b3c88ee4fe74d98a7c1fa0072f80a44985
parent8a56cd4c2a0578ee2a191c89926bb36bb55da80e (diff)
broadband-modem-mbim: increase timeout for powering modem up and down
It's been observed that some modems occasionally take a long time to power down (which may be due to some shutdown sequence that involves communicating with network). This patch increases the timeout for powering modem up and down from 10s to 20s.
-rw-r--r--src/mm-broadband-modem-mbim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-broadband-modem-mbim.c b/src/mm-broadband-modem-mbim.c
index b2f9debf..37dd0a21 100644
--- a/src/mm-broadband-modem-mbim.c
+++ b/src/mm-broadband-modem-mbim.c
@@ -1036,7 +1036,7 @@ common_power_up_down (MMIfaceModem *self,
message = mbim_message_radio_state_set_new (state, NULL);
mbim_device_command (device,
message,
- 10,
+ 20,
NULL,
ready_cb,
result);