From 7faf55fef7085da5322129bc21a01ddff2115ced Mon Sep 17 00:00:00 2001 From: Seonah Moon Date: Tue, 16 Oct 2018 15:41:40 +0900 Subject: [PATCH] Change dbus timeout firmware load may take long time. (e.g. XU3) Change-Id: Ib876bcd4dc1d4079a27aad9497f5040fa825e8bb --- packaging/mobileap-agent.spec | 2 +- src/mobileap_softap.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/mobileap-agent.spec b/packaging/mobileap-agent.spec index 6464846..1c1474f 100644 --- a/packaging/mobileap-agent.spec +++ b/packaging/mobileap-agent.spec @@ -1,6 +1,6 @@ Name: mobileap-agent Summary: Mobile AP daemon for setting tethering environments -Version: 1.0.130 +Version: 1.0.131 Release: 1 Group: System/Network License: Apache-2.0 diff --git a/src/mobileap_softap.c b/src/mobileap_softap.c index 05d11ad..d18c14f 100755 --- a/src/mobileap_softap.c +++ b/src/mobileap_softap.c @@ -51,7 +51,7 @@ #define NETCONFIG_WIFI_INTERFACE "net.netconfig.wifi" #define NETCONFIG_WIFI_PATH "/net/netconfig/wifi" -#define NETCONFIG_DBUS_REPLY_TIMEOUT (10 * 1000) +#define NETCONFIG_DBUS_REPLY_TIMEOUT (30 * 1000) #define EUI48_MAC_ADDRESS_LEN 48 #define EUI64_MAC_ADDRESS_LEN 64 -- 2.7.4