From 9e9cc020252f99933816887c5550035c2df9867f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 21 Dec 2010 16:36:42 -0600 Subject: ste: Move radio_settings to post_sim --- plugins/ste.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ste.c') diff --git a/plugins/ste.c b/plugins/ste.c index ae6c8192..7bb72325 100644 --- a/plugins/ste.c +++ b/plugins/ste.c @@ -351,6 +351,7 @@ static void ste_post_sim(struct ofono_modem *modem) ofono_stk_create(modem, 0, "mbmmodem", data->chat); ofono_phonebook_create(modem, 0, "atmodem", data->chat); + ofono_radio_settings_create(modem, 0, "stemodem", data->chat); } static void ste_post_online(struct ofono_modem *modem) @@ -362,7 +363,6 @@ static void ste_post_online(struct ofono_modem *modem) DBG("%p", modem); - ofono_radio_settings_create(modem, 0, "stemodem", data->chat); ofono_ussd_create(modem, 0, "atmodem", data->chat); ofono_call_forwarding_create(modem, 0, "atmodem", data->chat); ofono_call_settings_create(modem, 0, "atmodem", data->chat); -- cgit v1.2.3