From: jun.wei@intel.com
To: ofono@ofono.org
Subject: [RFC 2/3] ifxmodem: Enable support of Neighbor Cell Info
Date: Tue, 23 Nov 2010 13:12:20 +0800 [thread overview]
Message-ID: <1290489140-11908-1-git-send-email-jun.wei@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1138 bytes --]
From: Jun Wei <jun.wei@intel.com>
---
drivers/ifxmodem/ifxmodem.c | 2 ++
drivers/ifxmodem/ifxmodem.h | 3 +++
2 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/drivers/ifxmodem/ifxmodem.c b/drivers/ifxmodem/ifxmodem.c
index 8a9ac8f..1f38d33 100644
--- a/drivers/ifxmodem/ifxmodem.c
+++ b/drivers/ifxmodem/ifxmodem.c
@@ -39,6 +39,7 @@ static int ifxmodem_init(void)
ifx_radio_settings_init();
ifx_gprs_context_init();
ifx_stk_init();
+ ifx_cell_info_init();
return 0;
}
@@ -50,6 +51,7 @@ static void ifxmodem_exit(void)
ifx_radio_settings_exit();
ifx_audio_settings_exit();
ifx_voicecall_exit();
+ ifx_cell_info_exit();
}
OFONO_PLUGIN_DEFINE(ifxmodem, "Infineon modem driver", VERSION,
diff --git a/drivers/ifxmodem/ifxmodem.h b/drivers/ifxmodem/ifxmodem.h
index 8ea52e5..fca1711 100644
--- a/drivers/ifxmodem/ifxmodem.h
+++ b/drivers/ifxmodem/ifxmodem.h
@@ -35,3 +35,6 @@ extern void ifx_gprs_context_exit();
extern void ifx_stk_init();
extern void ifx_stk_exit();
+
+extern void ifx_cell_info_init();
+extern void ifx_cell_info_exit();
--
1.7.2.3
reply other threads:[~2010-11-23 5:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1290489140-11908-1-git-send-email-jun.wei@intel.com \
--to=jun.wei@intel.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox