projects
/
platform
/
upstream
/
connman.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a6655c
)
ofono: Fix no ip settings for CDMA network
author
Yu A Wang
<arron.wang@intel.com>
Thu, 5 Jan 2012 06:52:26 +0000
(
01:52
-0500)
committer
Daniel Wagner
<daniel.wagner@bmw-carit.de>
Thu, 5 Jan 2012 10:52:48 +0000
(11:52 +0100)
When we add cdma network, we alloc the context for the modem, due
to add_network logic needs, then we need extract ip settings even
context is not NULL
plugins/ofono.c
patch
|
blob
|
history
diff --git
a/plugins/ofono.c
b/plugins/ofono.c
index e8d708ccecf973e02157bb0ab4a8a4b65d6d3455..302dbb210b4a7bf45678da36268ed9315c4670ac 100644
(file)
--- a/
plugins/ofono.c
+++ b/
plugins/ofono.c
@@
-1671,9
+1671,6
@@
static void cdma_cm_update_settings(struct modem_data *modem,
{
DBG("%s Settings", modem->path);
- if (modem->context != NULL)
- return;
-
extract_ipv4_settings(value, modem->context);
}